resque-web
resque-web copied to clipboard
schedule view doesn't update on scheduled job removal
I am using dynamic loading. When browsing to the /schedule I can see job scheduled. But then I remove specific job from the scheduled queue it is not removed from the /schedule view. Only after restart of the web service the job disappears
What do you mean by 'records'? What do you mean by 'dynamic loading'?
I really need more information, a screenshot, a stack trace, anything. I want to help you but its extremely difficult to point you in any sort of direction without more information.
Description updated.
resque scheduler lives in a separate repository, by the way: https://github.com/resque/resque-scheduler
But this is the view that doesn't get updated. Shall I move this issue to the resque-scheduler?
Yes, I'd try asking there.
Also I don't believe resque-scheduer is even compatible with this version of resque-web, you are probably using the old sinatra interface. This repository is for the new rails based version.