Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Asynchronous refactoring using RQ #7

Merged
merged 2 commits into from
Mar 25, 2014

Conversation

greut
Copy link
Contributor

@greut greut commented Mar 24, 2014

  • when a new event arises, it's sent to a background worker and the PR
    state is set to pending.

Do you have any opinions about rq?

* when a new event arises, it's sent to a background worker and the PR
  state is set to pending.
@greut greut mentioned this pull request Mar 24, 2014
8 tasks
@jirikuncar
Copy link
Contributor

rq looks ok. Is there a way how to run it in daemon mode on production server?

@greut
Copy link
Contributor Author

greut commented Mar 24, 2014

Supervisor or start-stop-daemon?

@jirikuncar
Copy link
Contributor

Could you please push also an example for deployment using Supervisor or start-stop-daemon. Thanks

* How to setup the worker in a production environment
@greut
Copy link
Contributor Author

greut commented Mar 25, 2014

With upstart, it's super easy. I've added a Deployment section in the README file. I'm guessing that's what you're using being on RHEL.

jirikuncar added a commit that referenced this pull request Mar 25, 2014
Asynchronous refactoring using RQ
@jirikuncar jirikuncar merged commit ee223b5 into inveniosoftware-attic:master Mar 25, 2014
@greut greut deleted the async branch March 25, 2014 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants