Advertisement
jsabater

Zato on Docker log #10

Jan 14th, 2019
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.08 KB | None | 0 0
  1. $ docker start --interactive musing_jennings
  2. 2018-11-15 11:56:30,710 CRIT Set uid to user 0
  3. 2018-11-15 11:56:30,727 INFO supervisord started with pid 9
  4. 2018-11-15 11:56:31,732 INFO spawned: 'zato-web-admin' with pid 12
  5. 2018-11-15 11:56:31,736 INFO spawned: 'redis' with pid 13
  6. 2018-11-15 11:56:31,738 INFO spawned: 'zato-server1' with pid 14
  7. 2018-11-15 11:56:31,739 INFO spawned: 'zato-server2' with pid 15
  8. 2018-11-15 11:56:31,741 INFO spawned: 'zato-scheduler' with pid 16
  9. 2018-11-15 11:56:31,742 INFO spawned: 'zato-load-balancer' with pid 17
  10. 2018-11-15 11:56:31,752 DEBG 'redis' stdout output:
  11. 13:C 15 Nov 11:56:31.751 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  12.  
  13. 2018-11-15 11:56:31,753 DEBG 'redis' stdout output:
  14. _._
  15. _.-``__ ''-._
  16. _.-`` `. `_. ''-._ Redis 3.0.6 (00000000/0) 64 bit
  17. .-`` .-```. ```\/ _.,_ ''-._
  18. ( ' , .-` | `, ) Running in standalone mode
  19. |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  20. | `-._ `._ / _.-' | PID: 13
  21. `-._ `-._ `-./ _.-' _.-'
  22. |`-._`-._ `-.__.-' _.-'_.-'|
  23. | `-._`-._ _.-'_.-' | http://redis.io
  24. `-._ `-._`-.__.-'_.-' _.-'
  25. |`-._`-._ `-.__.-' _.-'_.-'|
  26. | `-._`-._ _.-'_.-' |
  27. `-._ `-._`-.__.-'_.-' _.-'
  28. `-._ `-.__.-' _.-'
  29. `-._ _.-'
  30. `-.__.-'
  31.  
  32. 13:M 15 Nov 11:56:31.753 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  33. 13:M 15 Nov 11:56:31.753 # Server started, Redis version 3.0.6
  34. 13:M 15 Nov 11:56:31.753 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  35.  
  36. 2018-11-15 11:56:31,754 DEBG 'redis' stdout output:
  37. 13:M 15 Nov 11:56:31.753 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  38.  
  39. 2018-11-15 11:56:31,759 DEBG 'redis' stdout output:
  40. 13:M 15 Nov 11:56:31.759 * DB loaded from disk: 0.006 seconds
  41. 13:M 15 Nov 11:56:31.759 * The server is now ready to accept connections on port 6379
  42.  
  43. 2018-11-15 11:56:32,761 INFO success: zato-web-admin entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  44. 2018-11-15 11:56:32,761 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  45. 2018-11-15 11:56:32,761 INFO success: zato-server1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  46. 2018-11-15 11:56:32,761 INFO success: zato-server2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  47. 2018-11-15 11:56:32,761 INFO success: zato-scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  48. 2018-11-15 11:56:32,761 INFO success: zato-load-balancer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  49. 2018-11-15 11:56:35,955 DEBG 'zato-load-balancer' stdout output:
  50. 2018-11-15 11:56:35,955 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_add_remove_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [add_remove_server]
  51.  
  52. 2018-11-15 11:56:35,956 DEBG 'zato-load-balancer' stdout output:
  53. 2018-11-15 11:56:35,955 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_execute_command of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [execute_command]
  54.  
  55. 2018-11-15 11:56:35,956 DEBG 'zato-load-balancer' stdout output:
  56. 2018-11-15 11:56:35,956 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_config]
  57.  
  58. 2018-11-15 11:56:35,957 DEBG 'zato-load-balancer' stdout output:
  59. 2018-11-15 11:56:35,956 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_config_source_code]
  60.  
  61. 2018-11-15 11:56:35,957 DEBG 'zato-load-balancer' stdout output:
  62. 2018-11-15 11:56:35,957 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_server_data_dict of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_server_data_dict]
  63.  
  64. 2018-11-15 11:56:35,958 DEBG 'zato-load-balancer' stdout output:
  65. 2018-11-15 11:56:35,957 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_servers_state of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_servers_state]
  66.  
  67. 2018-11-15 11:56:35,958 DEBG 'zato-load-balancer' stdout output:
  68. 2018-11-15 11:56:35,958 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_uptime_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_uptime_info]
  69.  
  70. 2018-11-15 11:56:35,959 DEBG 'zato-load-balancer' stdout output:
  71. 2018-11-15 11:56:35,958 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_work_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [get_work_config]
  72. 2018-11-15 11:56:35,958 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_haproxy_version_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [haproxy_version_info]
  73.  
  74. 2018-11-15 11:56:35,959 DEBG 'zato-load-balancer' stdout output:
  75. 2018-11-15 11:56:35,959 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_is_haproxy_alive of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [is_haproxy_alive]
  76.  
  77. 2018-11-15 11:56:35,960 DEBG 'zato-load-balancer' stdout output:
  78. 2018-11-15 11:56:35,959 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_ping of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [ping]
  79.  
  80. 2018-11-15 11:56:35,960 DEBG 'zato-load-balancer' stdout output:
  81. 2018-11-15 11:56:35,960 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_rename_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [rename_server]
  82.  
  83. 2018-11-15 11:56:35,960 DEBG 'zato-load-balancer' stdout output:
  84. 2018-11-15 11:56:35,960 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [validate_save]
  85.  
  86. 2018-11-15 11:56:35,960 DEBG 'zato-load-balancer' stdout output:
  87. 2018-11-15 11:56:35,960 - INFO - 95:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fd67cac2f10>>] under public name [validate_save_source_code]
  88.  
  89. 2018-11-15 11:56:36,245 DEBG 'zato-server1' stdout output:
  90. 2018-11-15 11:56:36,245 - INFO - 80:MainThread - gunicorn.main:176 - Starting gunicorn 18.0
  91.  
  92. 2018-11-15 11:56:36,248 DEBG 'zato-server1' stdout output:
  93. 2018-11-15 11:56:36,248 - INFO - 80:MainThread - gunicorn.main:176 - Listening at: http://0.0.0.0:17010 (80)
  94.  
  95. 2018-11-15 11:56:36,248 DEBG 'zato-server1' stdout output:
  96. 2018-11-15 11:56:36,248 - INFO - 80:MainThread - gunicorn.main:176 - Using worker: gevent
  97.  
  98. 2018-11-15 11:56:36,257 DEBG 'zato-server1' stdout output:
  99. 2018-11-15 11:56:36,255 - INFO - 136:MainThread - gunicorn.main:176 - Booting worker with pid: 136
  100.  
  101. 2018-11-15 11:56:36,286 DEBG 'zato-server2' stderr output:
  102. No handlers could be found for logger "zato.common.util.proc"
  103.  
  104. 2018-11-15 11:56:36,399 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 139671260472744 for <Subprocess at 139671260409080 with name zato-server2 in state RUNNING> (stdout)>
  105. 2018-11-15 11:56:36,399 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 139671260473824 for <Subprocess at 139671260409080 with name zato-server2 in state RUNNING> (stderr)>
  106. 2018-11-15 11:56:36,399 INFO exited: zato-server2 (exit status 18; not expected)
  107. 2018-11-15 11:56:36,401 DEBG received SIGCLD indicating a child quit
  108. 2018-11-15 11:56:36,836 DEBG 'zato-server1' stdout output:
  109. 2018-11-15 11:56:36,836 - INFO - 136:MainThread - zato.server.base.parallel:432 - Preferred address of `server1@quickstart-209252` (pid: 136) is `http://172.17.0.1:17010`
  110.  
  111. 2018-11-15 11:56:57,186 DEBG 'zato-server1' stdout output:
  112. 2018-11-15 11:56:57,186 - INFO - 136:MainThread - zato.server.base.parallel:187 - Found extra services to deploy: booking.cancel, booking.cancel, booking.create, booking.create, booking.delete, booking.delete, booking.get, booking.get, booking.list, booking.list, booking.locate, booking.locate, booking.restore, booking.restore, booking.update, booking.update, guest.bookings, guest.bookings, guest.create, guest.create, guest.delete, guest.delete, guest.get, guest.get, guest.list, guest.list, guest.restore, guest.restore, guest.update, guest.update, login.create, login.create, login.delete, login.delete, login.get, login.get, login.list, login.list, login.update, login.update, login.validate, login.validate, rate.create, rate.create, rate.delete, rate.delete, rate.get, rate.get, rate.list, rate.list, rate.update, rate.update, room.create, room.create, room.delete, room.delete, room.get, room.get, room.list, room.list, room.update, room.update
  113.  
  114. 2018-11-15 11:56:57,214 DEBG 'zato-server1' stdout output:
  115. 2018-11-15 11:56:57,214 - INFO - 136:DummyThread-2 - zato:1356 - Set info about delivery server for sub_key `zpsk.rest.63fabe213ad2ac7a4cd18cf0` (wsx:0) - `server1:136`, sks:`sk=zpsk.rest.63fabe213ad2ac7a4cd18cf0,chan:,pubid:`
  116.  
  117. 2018-11-15 11:56:57,241 DEBG 'zato-server1' stdout output:
  118. 2018-11-15 11:56:57,240 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  119.  
  120. 2018-11-15 11:56:57,263 DEBG 'zato-server1' stdout output:
  121. 2018-11-15 11:56:57,263 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  122.  
  123. 2018-11-15 11:56:57,534 DEBG 'zato-server1' stdout output:
  124. 2018-11-15 11:56:57,533 - INFO - 136:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`686`, payload_name:`login.py`
  125.  
  126. 2018-11-15 11:56:57,537 DEBG 'zato-server1' stdout output:
  127. 2018-11-15 11:56:57,536 - INFO - 136:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'login.create', u'login.create', u'login.delete', u'login.delete', u'login.get', u'login.get', u'login.list', u'login.list', u'login.update', u'login.update', u'login.validate', u'login.validate']
  128.  
  129. 2018-11-15 11:56:57,564 DEBG 'zato-server1' stdout output:
  130. 2018-11-15 11:56:57,564 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  131.  
  132. 2018-11-15 11:56:57,588 DEBG 'zato-server1' stdout output:
  133. 2018-11-15 11:56:57,588 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  134.  
  135. 2018-11-15 11:56:57,789 DEBG 'zato-server1' stdout output:
  136. 2018-11-15 11:56:57,789 - INFO - 136:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`687`, payload_name:`room.py`
  137.  
  138. 2018-11-15 11:56:57,790 DEBG 'zato-server1' stdout output:
  139. 2018-11-15 11:56:57,790 - INFO - 136:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'room.create', u'room.create', u'room.delete', u'room.delete', u'room.get', u'room.get', u'room.list', u'room.list', u'room.update', u'room.update']
  140.  
  141. 2018-11-15 11:56:57,813 DEBG 'zato-server1' stdout output:
  142. 2018-11-15 11:56:57,813 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  143.  
  144. 2018-11-15 11:56:57,839 DEBG 'zato-server1' stdout output:
  145. 2018-11-15 11:56:57,839 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  146.  
  147. 2018-11-15 11:56:58,094 DEBG 'zato-server1' stdout output:
  148. 2018-11-15 11:56:58,093 - INFO - 136:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`688`, payload_name:`rate.py`
  149.  
  150. 2018-11-15 11:56:58,097 DEBG 'zato-server1' stdout output:
  151. 2018-11-15 11:56:58,097 - INFO - 136:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'rate.create', u'rate.create', u'rate.delete', u'rate.delete', u'rate.get', u'rate.get', u'rate.list', u'rate.list', u'rate.update', u'rate.update']
  152.  
  153. 2018-11-15 11:56:58,148 DEBG 'zato-server1' stdout output:
  154. 2018-11-15 11:56:58,147 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  155.  
  156. 2018-11-15 11:56:58,180 DEBG 'zato-server1' stdout output:
  157. 2018-11-15 11:56:58,180 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  158.  
  159. 2018-11-15 11:56:58,516 DEBG 'zato-server1' stdout output:
  160. 2018-11-15 11:56:58,515 - INFO - 136:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`689`, payload_name:`booking.py`
  161.  
  162. 2018-11-15 11:56:58,521 DEBG 'zato-server1' stdout output:
  163. 2018-11-15 11:56:58,519 - INFO - 136:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'booking.cancel', u'booking.cancel', u'booking.create', u'booking.create', u'booking.delete', u'booking.delete', u'booking.get', u'booking.get', u'booking.list', u'booking.list', u'booking.locate', u'booking.locate', u'booking.restore', u'booking.restore', u'booking.update', u'booking.update']
  164.  
  165. 2018-11-15 11:56:58,569 DEBG 'zato-server1' stdout output:
  166. 2018-11-15 11:56:58,569 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  167.  
  168. 2018-11-15 11:56:58,601 DEBG 'zato-server1' stdout output:
  169. 2018-11-15 11:56:58,600 - INFO - 136:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  170.  
  171. 2018-11-15 11:56:58,963 DEBG 'zato-server1' stdout output:
  172. 2018-11-15 11:56:58,962 - INFO - 136:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`690`, payload_name:`guest.py`
  173.  
  174. 2018-11-15 11:56:58,967 DEBG 'zato-server1' stdout output:
  175. 2018-11-15 11:56:58,966 - INFO - 136:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'guest.bookings', u'guest.bookings', u'guest.create', u'guest.create', u'guest.delete', u'guest.delete', u'guest.get', u'guest.get', u'guest.list', u'guest.list', u'guest.restore', u'guest.restore', u'guest.update', u'guest.update']
  176.  
  177. 2018-11-15 11:56:58,994 DEBG 'zato-server1' stdout output:
  178. 2018-11-15 11:56:58,993 - INFO - 136:MainThread - zato.server.base.parallel:488 - First worker of `server1` is 136
  179.  
  180. 2018-11-15 11:56:59,011 DEBG 'zato-server1' stdout output:
  181. 2018-11-15 11:56:59,010 - INFO - 136:DummyThread-4 - zato.helpers.input-logger:886 - {u'impl_name': u'zato.server.service.internal.helpers.InputLogger', u'name': u'zato.helpers.input-logger', u'cid': '4682afd6c3af2b4c18a4945f', u'invocation_time': datetime.datetime(2018, 11, 15, 11, 56, 59, 10278), u'job_type': None, u'data_format': None, u'slow_threshold': 99999, u'request.payload': 'Sample payload for a startup service (first worker)', u'wsgi_environ': {u'zato.request_ctx.async_msg': Bunch(action='101802', channel='startup-service', cid='4682afd6c3af2b4c18a4945f', msg_type='0001', payload='Sample payload for a startup service (first worker)', service='zato.helpers.input-logger'), u'zato.request_ctx.fanout_cid': None, u'zato.request_ctx.in_reply_to': None, u'zato.request_ctx.parallel_exec_cid': None}, u'environ': {}, u'usage': 86, u'channel': 'startup-service'}
  182.  
  183. 2018-11-15 11:56:59,227 DEBG 'zato-server1' stdout output:
  184. 2018-11-15 11:56:59,226 - INFO - 136:DummyThread-5 - zato.common.ipc.subscriber.Subscriber:100 - Established sub/bind to ipc:///tmp/zato-ipc-quickstart_209252_server1_136 (self.pid: 136)
  185.  
  186. 2018-11-15 11:56:59,426 DEBG 'zato-server1' stdout output:
  187. 2018-11-15 11:56:59,425 - INFO - 136:MainThread - zato.server.base.parallel:524 - Started `server1@quickstart-209252` (pid: 136)
  188.  
  189. 2018-11-15 11:57:04,133 DEBG 'zato-scheduler' stdout output:
  190. 2018-11-15 11:57:04,133 - INFO - 154:MainThread - __main__:61 - Scheduler starting (https://0.0.0.0:31530)
  191.  
  192. 2018-11-15 11:57:05,071 DEBG 'zato-scheduler' stdout output:
  193. 2018-11-15 11:57:05,070 - INFO - 154:DummyThread-1 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2787c96f50; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-week', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`2`; interval:`<Interval at 0x7f27883e4dd0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-week'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  194.  
  195. 2018-11-15 11:57:05,274 DEBG 'zato-scheduler' stdout output:
  196. 2018-11-15 11:57:05,272 - INFO - 154:DummyThread-2 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2787ca62d0; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-year', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`5`; interval:`<Interval at 0x7f2788403050; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-year'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  197.  
  198. 2018-11-15 11:57:05,477 DEBG 'zato-scheduler' stdout output:
  199. 2018-11-15 11:57:05,475 - INFO - 154:DummyThread-3 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403450; cb_kwargs:`{u'service': u'zato.outgoing.sql.auto-ping', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`6`; interval:`<Interval at 0x7f2788403510; days:`0`; hours:`0`; in_seconds:`180.0`; minutes:`3`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.outgoing.sql.auto-ping'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 11, 57, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  200.  
  201. 2018-11-15 11:57:05,680 DEBG 'zato-scheduler' stdout output:
  202. 2018-11-15 11:57:05,679 - INFO - 154:DummyThread-4 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403750; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`10`; interval:`<Interval at 0x7f27884033d0; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-day'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  203.  
  204. 2018-11-15 11:57:05,883 DEBG 'zato-scheduler' stdout output:
  205. 2018-11-15 11:57:05,881 - INFO - 154:DummyThread-5 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403890; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-hour', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`3`; interval:`<Interval at 0x7f27884035d0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-hour'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  206.  
  207. 2018-11-15 11:57:06,087 DEBG 'zato-scheduler' stdout output:
  208. 2018-11-15 11:57:06,085 - INFO - 154:DummyThread-6 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403910; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-minute', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`8`; interval:`<Interval at 0x7f2788403690; days:`0`; hours:`0`; in_seconds:`60.0`; minutes:`0`; seconds:`60`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-minute'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 11, 57, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  209.  
  210. 2018-11-15 11:57:06,290 DEBG 'zato-scheduler' stdout output:
  211. 2018-11-15 11:57:06,288 - INFO - 154:DummyThread-7 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403a90; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`7`; interval:`<Interval at 0x7f2788403850; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-month'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  212.  
  213. 2018-11-15 11:57:06,493 DEBG 'zato-scheduler' stdout output:
  214. 2018-11-15 11:57:06,491 - INFO - 154:DummyThread-8 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403c10; cb_kwargs:`{u'service': u'zato.stats.process-raw-times', u'extra': 'max_batch_size=99999'}`; cron_definition:`None`; current_run:`0`; id:`9`; interval:`<Interval at 0x7f27884038d0; days:`0`; hours:`0`; in_seconds:`90.0`; minutes:`0`; seconds:`90`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.process-raw-times'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 11, 57, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  215.  
  216. 2018-11-15 11:57:06,696 DEBG 'zato-scheduler' stdout output:
  217. 2018-11-15 11:57:06,695 - INFO - 154:DummyThread-9 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403cd0; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`1`; interval:`<Interval at 0x7f2788403b50; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-month'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  218.  
  219. 2018-11-15 11:57:06,900 DEBG 'zato-scheduler' stdout output:
  220. 2018-11-15 11:57:06,899 - INFO - 154:DummyThread-10 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f2788403d90; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`4`; interval:`<Interval at 0x7f27884039d0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-day'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 15, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  221.  
  222. 2018-11-15 11:57:07,102 DEBG 'zato-scheduler' stdout output:
  223. 2018-11-15 11:57:07,101 - INFO - 154:DummyThread-11 - zato.scheduler.backend:466 - Scheduler started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement