pressly / qmd

[DEPRECATED] Async script processing web service
MIT License
11 stars 3 forks source link

Priority System #18

Closed dkua closed 8 years ago

dkua commented 10 years ago

@corbanbrook wanted to see if there was some way to possibly add a priority system for certain requests in QMD.

corbanbrook commented 10 years ago

Creating priority channels independent of qmd script is a nice to have feature. This would allow us to bump an item to the front of the line if it was important. ie.

1) QMD is backlogged with design updates that require the app to rebuild. 2) New client signs up and creates their first app, but it has to wait until a free worker is available which takes an inappropriate amount of time.

We could bump priority of first time app build vs design change app build.

VojtechVitek commented 9 years ago

@corbanbrook do you have an API in mind for this?

VojtechVitek commented 8 years ago

implemented in master; ?priority=low ?priority=high ?priority=urgent