Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. 2020-02-21 18:07:27,129 stoqifood.tasks [MainProcess(170433)]: INFO - checking for new ifood events
  2. 2020-02-21 18:07:30,349 stoqifood.tasks [MainProcess(170493)]: INFO - checking for new ifood events
  3. 2020-02-21 18:07:47,320 stoqifood.tasks [MainProcess(170433)]: INFO - checking for new ifood events
  4. 2020-02-21 18:07:47,549 stoqifood.tasks [MainProcess(170433)]: INFO - Processing event {'id': 'dddeb1e6-2a85-481d-869d-85bc4fdb2d65', 'code': 'PLACED', 'correlationId': '1027297403668011', 'createdAt': '2020-02-21T21:07:34.465Z'}
  5. Traceback (most recent call last):
  6. File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
  7. File "/home/gdezan/Dev/stoq/stoq-plugin-ifood/stoqifood/tasks.py", line 60, in start
  8. self._process_events(store, events)
  9. File "/home/gdezan/Dev/stoq/stoq-plugin-ifood/stoqifood/tasks.py", line 51, in _process_events
  10. EventStream.put(station, {'type': 'EXTERNAL_ORDER_RECEIVED', 'orders': integrated_orders})
  11. File "/home/gdezan/Dev/stoq/stoq-server/stoqserver/lib/eventstream.py", line 95, in put
  12. raise EventStreamUnconnectedStation
  13. stoqserver.lib.eventstream.EventStreamUnconnectedStation
  14. 2020-02-21T21:07:48Z <Greenlet at 0x7fadf8470590: <bound method IfoodTask.start of <stoqifood.tasks.IfoodTask object at 0x7fadf842aac0>>> failed with EventStreamUnconnectedStation
  15.  
  16. 2020-02-21 18:07:50,530 stoqifood.tasks [MainProcess(170493)]: INFO - checking for new ifood events
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement