Skip to content
Snippets Groups Projects
Commit e5fc8c52 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Server: removed task status 'processing'

Its meaning was similar to 'claimed-by-manager', which was found to be
more descriptive.
parent d09bb122
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,6 @@ tasks_schema = {
'completed',
'active',
'canceled',
'processing',
'failed'],
'default': 'queued'
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment