You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this, we would have to use a more advanced scheduler that allows running a rake task each few months (AWS cron is now set up to run on the 1st of every month).
On the Rails side, there should be
A new PipelineApi function in place of check_samples_status that would do the Elasticsearch sampling directly.
A new rake task in place of check_samples_status that would do the same thing but take output of the new function.
The text was updated successfully, but these errors were encountered:
For this, we would have to use a more advanced scheduler that allows running a rake task each few months (AWS cron is now set up to run on the 1st of every month).
On the Rails side, there should be
PipelineApi
function in place ofcheck_samples_status
that would do the Elasticsearch sampling directly.check_samples_status
that would do the same thing but take output of the new function.The text was updated successfully, but these errors were encountered: