Advertisement
jsabater

Zato on Docker log #9

Jan 14th, 2019
180
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-14 10:40:39,664 CRIT Set uid to user 0
  3. 2018-11-14 10:40:39,690 INFO supervisord started with pid 8
  4. 2018-11-14 10:40:40,695 INFO spawned: 'zato-web-admin' with pid 11
  5. 2018-11-14 10:40:40,697 INFO spawned: 'redis' with pid 12
  6. 2018-11-14 10:40:40,698 INFO spawned: 'zato-server1' with pid 13
  7. 2018-11-14 10:40:40,700 INFO spawned: 'zato-server2' with pid 14
  8. 2018-11-14 10:40:40,701 INFO spawned: 'zato-scheduler' with pid 15
  9. 2018-11-14 10:40:40,703 INFO spawned: 'zato-load-balancer' with pid 16
  10. 2018-11-14 10:40:40,714 DEBG 'redis' stdout output:
  11. 12:C 14 Nov 10:40:40.714 # 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-14 10:40:40,716 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: 12
  21. `-._ `-._ `-./ _.-' _.-'
  22. |`-._`-._ `-.__.-' _.-'_.-'|
  23. | `-._`-._ _.-'_.-' | http://redis.io
  24. `-._ `-._`-.__.-'_.-' _.-'
  25. |`-._`-._ `-.__.-' _.-'_.-'|
  26. | `-._`-._ _.-'_.-' |
  27. `-._ `-._`-.__.-'_.-' _.-'
  28. `-._ `-.__.-' _.-'
  29. `-._ _.-'
  30. `-.__.-'
  31.  
  32. 12:M 14 Nov 10:40:40.716 # 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.  
  34. 2018-11-14 10:40:40,716 DEBG 'redis' stdout output:
  35. 12:M 14 Nov 10:40:40.716 # Server started, Redis version 3.0.6
  36. 12:M 14 Nov 10:40:40.716 # 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.
  37. 12:M 14 Nov 10:40:40.716 # 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-14 10:40:40,726 DEBG 'redis' stdout output:
  40. 12:M 14 Nov 10:40:40.726 * DB loaded from disk: 0.009 seconds
  41. 12:M 14 Nov 10:40:40.726 * The server is now ready to accept connections on port 6379
  42.  
  43. 2018-11-14 10:40:41,726 INFO success: zato-web-admin entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  44. 2018-11-14 10:40:41,727 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  45. 2018-11-14 10:40:41,727 INFO success: zato-server1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  46. 2018-11-14 10:40:41,727 INFO success: zato-server2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  47. 2018-11-14 10:40:41,727 INFO success: zato-scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  48. 2018-11-14 10:40:41,727 INFO success: zato-load-balancer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  49. 2018-11-14 10:40:44,505 DEBG 'zato-load-balancer' stdout output:
  50. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_add_remove_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [add_remove_server]
  51.  
  52. 2018-11-14 10:40:44,505 DEBG 'zato-load-balancer' stdout output:
  53. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_execute_command of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [execute_command]
  54.  
  55. 2018-11-14 10:40:44,505 DEBG 'zato-load-balancer' stdout output:
  56. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_config]
  57.  
  58. 2018-11-14 10:40:44,505 DEBG 'zato-load-balancer' stdout output:
  59. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_config_source_code]
  60.  
  61. 2018-11-14 10:40:44,505 DEBG 'zato-load-balancer' stdout output:
  62. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_server_data_dict of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_server_data_dict]
  63.  
  64. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  65. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_servers_state of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_servers_state]
  66.  
  67. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  68. 2018-11-14 10:40:44,505 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_uptime_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_uptime_info]
  69.  
  70. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  71. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_work_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [get_work_config]
  72.  
  73. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  74. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_haproxy_version_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [haproxy_version_info]
  75. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_is_haproxy_alive of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [is_haproxy_alive]
  76.  
  77. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  78. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_ping of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [ping]
  79.  
  80. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  81. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_rename_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [rename_server]
  82.  
  83. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  84. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [validate_save]
  85.  
  86. 2018-11-14 10:40:44,506 DEBG 'zato-load-balancer' stdout output:
  87. 2018-11-14 10:40:44,506 - INFO - 94:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f5235a41f10>>] under public name [validate_save_source_code]
  88.  
  89. 2018-11-14 10:40:44,694 DEBG 'zato-server1' stdout output:
  90. 2018-11-14 10:40:44,694 - INFO - 80:MainThread - gunicorn.main:176 - Starting gunicorn 18.0
  91.  
  92. 2018-11-14 10:40:44,697 DEBG 'zato-server1' stdout output:
  93. 2018-11-14 10:40:44,697 - INFO - 80:MainThread - gunicorn.main:176 - Listening at: http://0.0.0.0:17010 (80)
  94.  
  95. 2018-11-14 10:40:44,698 DEBG 'zato-server1' stdout output:
  96. 2018-11-14 10:40:44,697 - INFO - 80:MainThread - gunicorn.main:176 - Using worker: gevent
  97.  
  98. 2018-11-14 10:40:44,705 DEBG 'zato-server1' stdout output:
  99. 2018-11-14 10:40:44,703 - INFO - 135:MainThread - gunicorn.main:176 - Booting worker with pid: 135
  100.  
  101. 2018-11-14 10:40:44,744 DEBG 'zato-server2' stderr output:
  102. No handlers could be found for logger "zato.common.util.proc"
  103.  
  104. 2018-11-14 10:40:44,830 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 140159698355624 for <Subprocess at 140159698296056 with name zato-server2 in state RUNNING> (stdout)>
  105. 2018-11-14 10:40:44,830 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 140159698356704 for <Subprocess at 140159698296056 with name zato-server2 in state RUNNING> (stderr)>
  106. 2018-11-14 10:40:44,830 INFO exited: zato-server2 (exit status 18; not expected)
  107. 2018-11-14 10:40:44,830 DEBG received SIGCLD indicating a child quit
  108. 2018-11-14 10:40:45,146 DEBG 'zato-server1' stdout output:
  109. 2018-11-14 10:40:45,145 - INFO - 135:MainThread - zato.server.base.parallel:432 - Preferred address of `server1@quickstart-209252` (pid: 135) is `http://172.17.0.1:17010`
  110.  
  111. 2018-11-14 10:41:07,984 DEBG 'zato-server1' stdout output:
  112. 2018-11-14 10:41:07,983 - INFO - 135: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-14 10:41:08,022 DEBG 'zato-server1' stdout output:
  115. 2018-11-14 10:41:08,021 - INFO - 135:DummyThread-2 - zato:1356 - Set info about delivery server for sub_key `zpsk.rest.63fabe213ad2ac7a4cd18cf0` (wsx:0) - `server1:135`, sks:`sk=zpsk.rest.63fabe213ad2ac7a4cd18cf0,chan:,pubid:`
  116.  
  117. 2018-11-14 10:41:08,084 DEBG 'zato-server1' stdout output:
  118. 2018-11-14 10:41:08,084 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  119.  
  120. 2018-11-14 10:41:08,124 DEBG 'zato-server1' stdout output:
  121. 2018-11-14 10:41:08,124 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  122.  
  123. 2018-11-14 10:41:08,371 DEBG 'zato-server1' stdout output:
  124. 2018-11-14 10:41:08,370 - INFO - 135:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`626`, payload_name:`login.py`
  125.  
  126. 2018-11-14 10:41:08,375 DEBG 'zato-server1' stdout output:
  127. 2018-11-14 10:41:08,374 - INFO - 135: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-14 10:41:08,422 DEBG 'zato-server1' stdout output:
  130. 2018-11-14 10:41:08,422 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  131.  
  132. 2018-11-14 10:41:08,450 DEBG 'zato-server1' stdout output:
  133. 2018-11-14 10:41:08,450 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  134.  
  135. 2018-11-14 10:41:08,623 DEBG 'zato-server1' stdout output:
  136. 2018-11-14 10:41:08,622 - INFO - 135:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`627`, payload_name:`room.py`
  137.  
  138. 2018-11-14 10:41:08,626 DEBG 'zato-server1' stdout output:
  139. 2018-11-14 10:41:08,626 - INFO - 135: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-14 10:41:08,649 DEBG 'zato-server1' stdout output:
  142. 2018-11-14 10:41:08,649 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  143.  
  144. 2018-11-14 10:41:08,672 DEBG 'zato-server1' stdout output:
  145. 2018-11-14 10:41:08,672 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  146.  
  147. 2018-11-14 10:41:08,919 DEBG 'zato-server1' stdout output:
  148. 2018-11-14 10:41:08,919 - INFO - 135:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`628`, payload_name:`rate.py`
  149.  
  150. 2018-11-14 10:41:08,922 DEBG 'zato-server1' stdout output:
  151. 2018-11-14 10:41:08,921 - INFO - 135: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-14 10:41:08,960 DEBG 'zato-server1' stdout output:
  154. 2018-11-14 10:41:08,959 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  155.  
  156. 2018-11-14 10:41:08,986 DEBG 'zato-server1' stdout output:
  157. 2018-11-14 10:41:08,986 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  158.  
  159. 2018-11-14 10:41:09,293 DEBG 'zato-server1' stdout output:
  160. 2018-11-14 10:41:09,292 - INFO - 135:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`629`, payload_name:`booking.py`
  161.  
  162. 2018-11-14 10:41:09,296 DEBG 'zato-server1' stdout output:
  163. 2018-11-14 10:41:09,295 - INFO - 135: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-14 10:41:09,348 DEBG 'zato-server1' stdout output:
  166. 2018-11-14 10:41:09,348 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  167.  
  168. 2018-11-14 10:41:09,383 DEBG 'zato-server1' stdout output:
  169. 2018-11-14 10:41:09,383 - INFO - 135:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  170.  
  171. 2018-11-14 10:41:09,670 DEBG 'zato-server1' stdout output:
  172. 2018-11-14 10:41:09,669 - INFO - 135:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`630`, payload_name:`guest.py`
  173.  
  174. 2018-11-14 10:41:09,674 DEBG 'zato-server1' stdout output:
  175. 2018-11-14 10:41:09,673 - INFO - 135: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-14 10:41:09,725 DEBG 'zato-server1' stdout output:
  178. 2018-11-14 10:41:09,724 - INFO - 135:MainThread - zato.server.base.parallel:488 - First worker of `server1` is 135
  179.  
  180. 2018-11-14 10:41:09,738 DEBG 'zato-server1' stdout output:
  181. 2018-11-14 10:41:09,737 - INFO - 135: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': '703fd62dbacc168464539c1c', u'invocation_time': datetime.datetime(2018, 11, 14, 10, 41, 9, 737447), 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='703fd62dbacc168464539c1c', 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': 83, u'channel': 'startup-service'}
  182.  
  183. 2018-11-14 10:41:09,950 DEBG 'zato-server1' stdout output:
  184. 2018-11-14 10:41:09,949 - INFO - 135:DummyThread-5 - zato.common.ipc.subscriber.Subscriber:100 - Established sub/bind to ipc:///tmp/zato-ipc-quickstart_209252_server1_135 (self.pid: 135)
  185.  
  186. 2018-11-14 10:41:10,149 DEBG 'zato-server1' stdout output:
  187. 2018-11-14 10:41:10,148 - INFO - 135:MainThread - zato.server.base.parallel:524 - Started `server1@quickstart-209252` (pid: 135)
  188.  
  189. 2018-11-14 10:41:12,917 DEBG 'zato-scheduler' stdout output:
  190. 2018-11-14 10:41:12,916 - INFO - 186:MainThread - __main__:61 - Scheduler starting (https://0.0.0.0:31530)
  191.  
  192. 2018-11-14 10:41:13,719 DEBG 'zato-scheduler' stdout output:
  193. 2018-11-14 10:41:13,719 - INFO - 186:DummyThread-1 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa631d67f50; 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 0x7fa6324b5dd0; 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, 14, 10, 43, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  194.  
  195. 2018-11-14 10:41:13,921 DEBG 'zato-scheduler' stdout output:
  196. 2018-11-14 10:41:13,920 - INFO - 186:DummyThread-2 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa631d772d0; 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 0x7fa6324d4050; 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, 14, 11, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  197.  
  198. 2018-11-14 10:41:14,125 DEBG 'zato-scheduler' stdout output:
  199. 2018-11-14 10:41:14,123 - INFO - 186:DummyThread-3 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4450; cb_kwargs:`{u'service': u'zato.outgoing.sql.auto-ping', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`6`; interval:`<Interval at 0x7fa6324d4510; 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, 14, 10, 42, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  200.  
  201. 2018-11-14 10:41:14,328 DEBG 'zato-scheduler' stdout output:
  202. 2018-11-14 10:41:14,327 - INFO - 186:DummyThread-4 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4750; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`10`; interval:`<Interval at 0x7fa6324d43d0; 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, 14, 11, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  203.  
  204. 2018-11-14 10:41:14,531 DEBG 'zato-scheduler' stdout output:
  205. 2018-11-14 10:41:14,530 - INFO - 186:DummyThread-5 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4890; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-hour', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`3`; interval:`<Interval at 0x7fa6324d45d0; 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, 14, 10, 43, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  206.  
  207. 2018-11-14 10:41:14,735 DEBG 'zato-scheduler' stdout output:
  208. 2018-11-14 10:41:14,734 - INFO - 186:DummyThread-6 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4910; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-minute', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`8`; interval:`<Interval at 0x7fa6324d4690; 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, 14, 10, 41, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  209.  
  210. 2018-11-14 10:41:14,938 DEBG 'zato-scheduler' stdout output:
  211. 2018-11-14 10:41:14,936 - INFO - 186:DummyThread-7 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4a90; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`7`; interval:`<Interval at 0x7fa6324d4850; 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, 14, 11, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  212.  
  213. 2018-11-14 10:41:15,141 DEBG 'zato-scheduler' stdout output:
  214. 2018-11-14 10:41:15,140 - INFO - 186:DummyThread-8 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4c10; 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 0x7fa6324d48d0; 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, 14, 10, 41, 28)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  215.  
  216. 2018-11-14 10:41:15,345 DEBG 'zato-scheduler' stdout output:
  217. 2018-11-14 10:41:15,343 - INFO - 186:DummyThread-9 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4cd0; 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 0x7fa6324d4b50; 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, 14, 11, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  218.  
  219. 2018-11-14 10:41:15,549 DEBG 'zato-scheduler' stdout output:
  220. 2018-11-14 10:41:15,547 - INFO - 186:DummyThread-10 - zato.scheduler.backend:264 - Job starting `<Job at 0x7fa6324d4d90; 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 0x7fa6324d49d0; 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, 14, 10, 43, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  221.  
  222. 2018-11-14 10:41:15,751 DEBG 'zato-scheduler' stdout output:
  223. 2018-11-14 10:41:15,750 - INFO - 186:DummyThread-11 - zato.scheduler.backend:466 - Scheduler started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement