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
The whenever gem doesn't fit so well into a Docker environment: it depends on the crontab, must be reconfigured on each application restart, and so on. I'm not even sure the crontab actually ever runs in the container (we only update the crontab, there is cron daemon service running), so I'm not sure the temporarily uploaded assay files are ever being cleaned up.
It would also simplify the Docker images: no need to install cron, to run whenever --update-crontab, and so on.
We have a sidekiq service, and there are a couple of maintained plugins to use it for recurring jobs in addition to one time jobs:
The
whenever
gem doesn't fit so well into a Docker environment: it depends on thecrontab
, must be reconfigured on each application restart, and so on. I'm not even sure the crontab actually ever runs in the container (we only update the crontab, there is cron daemon service running), so I'm not sure the temporarily uploaded assay files are ever being cleaned up.It would also simplify the Docker images: no need to install
cron
, to runwhenever --update-crontab
, and so on.We have a
sidekiq
service, and there are a couple of maintained plugins to use it for recurring jobs in addition to one time jobs:I used 'em both. I recall I liked one more than the other, but I don't remember which.
The text was updated successfully, but these errors were encountered: