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
runner"AdminNotifier.deliver('Cronjobs are working!')"
becomes
cd /rails && bundle exec bin/rails runner -e production '\''AdminNotifier.deliver('\''\'\'''\''Cronjobs are working!'\''\'\'''\'')'\'' >> /proc/1/fd/1 2>&1
I suggest not using runner as it seems unreliable. Maybe the README can be updated?
When I use runner, I have issue in
crontab -e
In config/schedule.rb
In crontab -e
I am sure the crontab update is error.
'\''GuestsCleanupJob.perform_now'\'''
Why crontab is updated like this?
Thanks
The text was updated successfully, but these errors were encountered: