diff --git a/app/static/app/js/components/TaskListItem.jsx b/app/static/app/js/components/TaskListItem.jsx index f7431acd..93e051b5 100644 --- a/app/static/app/js/components/TaskListItem.jsx +++ b/app/static/app/js/components/TaskListItem.jsx @@ -500,7 +500,6 @@ class TaskListItem extends React.Component { "Process exited with code 1" means that part of the processing failed. Try tweaking the Task Options as follows: Still not working? Upload your images somewhere like Dropbox or Google Drive and open a topic on our community forum, making sure to include a copy of your task's output (the one you see above , click to download it). Our awesome contributors will try to help you! diff --git a/worker.sh b/worker.sh index 98980159..147b1b21 100755 --- a/worker.sh +++ b/worker.sh @@ -52,7 +52,7 @@ start(){ action=$1 echo "Starting worker using broker at $WO_BROKER" - celery -A worker worker --max-tasks-per-child 1000 --loglevel=warn > /dev/null + celery -A worker worker --concurrency 1 --max-tasks-per-child 1000 --loglevel=warn > /dev/null } start_scheduler(){