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

Redefine default queues #87

Open
sduenas opened this issue Oct 21, 2019 · 0 comments
Open

Redefine default queues #87

sduenas opened this issue Oct 21, 2019 · 0 comments

Comments

@sduenas
Copy link
Member

sduenas commented Oct 21, 2019

The default queues created by Arthur are three and describe the different types of services:

  • create: stores jobs that retrieve data from the first time; the rationale behind this is usually these kind of processes are longer than others and consume more resources.
  • update: keeps recurring jobs, jobs that run after the first time
  • archive: stores jobs that retrieve items from a perceval archive

In my opinion, only archive may describe what these queues really store.

The goal of this task is to propose a better schema or keep the current one but renaming the queues to make clear what they do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant