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
Current implementation is via whenever: 0,15,30,45 * * * * /bin/bash -l -c 'cd /home/pi/bandango && bin/rails runner -e production '\''SaniGetWorker.schedule'\'' >> /home/pi/bandango/log/cron.log 2>&1'
New implementation should avoid reloading the environment as it takes too much on the Pi. Maybe add a SaniGetSchedulerController#index so that the crontab wgets it to schedule
The text was updated successfully, but these errors were encountered:
Current implementation is via whenever:
0,15,30,45 * * * * /bin/bash -l -c 'cd /home/pi/bandango && bin/rails runner -e production '\''SaniGetWorker.schedule'\'' >> /home/pi/bandango/log/cron.log 2>&1'
New implementation should avoid reloading the environment as it takes too much on the Pi. Maybe add a
SaniGetSchedulerController#index
so that the crontabwgets
it to scheduleThe text was updated successfully, but these errors were encountered: