nuwber / rabbitevents

Nuwber's RabbitEvents provides a simple observer implementation, allowing you to publishing and handling for various events that occur in your applications. For example, if you need to react to some event occurred in another API.
MIT License
121 stars 36 forks source link

Worker stoped after 3 tries with error: "[INFO] Worker has been stopped with the status code 1" #94

Closed vmedve closed 2 years ago

vmedve commented 2 years ago

Steps to reproduce:

  1. Start listener with paramers: --tries=3 --sleep=30
  2. After each try returns exeption
  3. After 3 try wait 30 seconds Actual result: Worker stoped with error code: [INFO] Worker has been stopped with the status code 1 Expected result: Worker still working