How can I stop already scheduled rake task from running scheduler again?
58 views
Skip to first unread message
concept47
unread,
May 7, 2012, 3:16:43 PM5/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rufus...@googlegroups.com
Whenever I run a rake task with rufus scheduler, it loads the rails environment and of course that loads scheduler again. This is a problem since I have a bunch of stuff that scheduler kicks off for me as soon as rails is loaded. The good thing is that the new scheduler thread will die when the rake task is done, but I was wondering if you had any ideas about how I could avoid this behavior. thanks.
John Mettraux
unread,
May 7, 2012, 4:44:49 PM5/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message