-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
schedule view doesn't update on scheduled job removal #64
Comments
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: |
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. |
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
The text was updated successfully, but these errors were encountered: