Skip to content
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

Server expires own jobs #5

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Server expires own jobs #5

wants to merge 11 commits into from

Conversation

ramontayag
Copy link
Contributor

Do not rely on getting delete requests. Allows for healing in case there is ever a difference between the jobs on the client and the server.

RSpec tests could not run without this. How did it run before?
Must be that in the later versions of rails 4, responders was moved out into a
separate gem
This does not work with the new version 0.10.x
Some gem must have changed that no longer forms the URL correctly. This fixes:

```
1) Enqueueing jobs allows asynchronous handing of http requests and cleans up old jobs
   Failure/Error: post("tests", job: {
   URI::InvalidURIError:
     bad URI(is not URI?): http://www.example.com:80tests
```
do not rely on getting delete requests. Allows for healing in case there is ever
  a difference betweent he jobs on the client and the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant