Make the worker post json. Add a retry timeout after an incompletel queue item is processed. Submit webhook jobs to the queue on a successful push.

This commit is contained in:
yackob03 2013-11-16 15:05:26 -05:00
parent f55e4074e0
commit e787d8b2d8
4 changed files with 31 additions and 4 deletions

View file

@ -32,6 +32,7 @@ start the workers:
```
STACK=prod python -m workers.diffsworker -D
STACK=prod python -m workers.dockerfilebuild -D
STACK=prod python -m workers.webhookworker -D
```
bouncing the servers: