Advertisement
jsabater

Zato on Docker log #6

Jan 14th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.46 KB | None | 0 0
  1. $ docker start --interactive musing_jennings
  2. 2018-11-01 08:47:34,682 CRIT Set uid to user 0
  3. 2018-11-01 08:47:34,706 INFO supervisord started with pid 8
  4. 2018-11-01 08:47:35,717 INFO spawned: 'zato-web-admin' with pid 11
  5. 2018-11-01 08:47:35,720 INFO spawned: 'redis' with pid 12
  6. 2018-11-01 08:47:35,721 INFO spawned: 'zato-server1' with pid 13
  7. 2018-11-01 08:47:35,722 INFO spawned: 'zato-server2' with pid 14
  8. 2018-11-01 08:47:35,723 INFO spawned: 'zato-scheduler' with pid 15
  9. 2018-11-01 08:47:35,725 INFO spawned: 'zato-load-balancer' with pid 16
  10. 2018-11-01 08:47:35,729 DEBG 'redis' stdout output:
  11. 12:C 01 Nov 08:47:35.729 # 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-01 08:47:35,731 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 01 Nov 08:47:35.731 # 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. 12:M 01 Nov 08:47:35.731 # Server started, Redis version 3.0.6
  34.  
  35. 2018-11-01 08:47:35,731 DEBG 'redis' stdout output:
  36. 12:M 01 Nov 08:47:35.731 # 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 01 Nov 08:47:35.731 # 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-01 08:47:35,735 DEBG 'redis' stdout output:
  40. 12:M 01 Nov 08:47:35.735 * DB loaded from disk: 0.004 seconds
  41. 12:M 01 Nov 08:47:35.735 * The server is now ready to accept connections on port 6379
  42.  
  43. 2018-11-01 08:47:36,736 INFO success: zato-web-admin entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  44. 2018-11-01 08:47:36,736 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  45. 2018-11-01 08:47:36,736 INFO success: zato-server1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  46. 2018-11-01 08:47:36,736 INFO success: zato-server2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  47. 2018-11-01 08:47:36,736 INFO success: zato-scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  48. 2018-11-01 08:47:36,736 INFO success: zato-load-balancer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  49. 2018-11-01 08:47:39,529 DEBG 'zato-load-balancer' stdout output:
  50. 2018-11-01 08:47:39,529 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_add_remove_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [add_remove_server]
  51.  
  52. 2018-11-01 08:47:39,529 DEBG 'zato-load-balancer' stdout output:
  53. 2018-11-01 08:47:39,529 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_execute_command of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [execute_command]
  54.  
  55. 2018-11-01 08:47:39,529 DEBG 'zato-load-balancer' stdout output:
  56. 2018-11-01 08:47:39,529 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_config]
  57.  
  58. 2018-11-01 08:47:39,529 DEBG 'zato-load-balancer' stdout output:
  59. 2018-11-01 08:47:39,529 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_config_source_code]
  60.  
  61. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  62. 2018-11-01 08:47:39,529 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_server_data_dict of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_server_data_dict]
  63.  
  64. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  65. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_servers_state of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_servers_state]
  66.  
  67. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  68. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_uptime_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_uptime_info]
  69.  
  70. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  71. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_work_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [get_work_config]
  72.  
  73. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  74. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_haproxy_version_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [haproxy_version_info]
  75. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_is_haproxy_alive of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [is_haproxy_alive]
  76.  
  77. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  78. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_ping of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [ping]
  79.  
  80. 2018-11-01 08:47:39,530 DEBG 'zato-load-balancer' stdout output:
  81. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_rename_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [rename_server]
  82.  
  83. 2018-11-01 08:47:39,531 DEBG 'zato-load-balancer' stdout output:
  84. 2018-11-01 08:47:39,530 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [validate_save]
  85.  
  86. 2018-11-01 08:47:39,531 DEBG 'zato-load-balancer' stdout output:
  87. 2018-11-01 08:47:39,531 - INFO - 97:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7fc059741e90>>] under public name [validate_save_source_code]
  88.  
  89. 2018-11-01 08:47:39,740 DEBG 'zato-server1' stdout output:
  90. 2018-11-01 08:47:39,739 - INFO - 81:MainThread - gunicorn.main:176 - Starting gunicorn 18.0
  91.  
  92. 2018-11-01 08:47:39,743 DEBG 'zato-server1' stdout output:
  93. 2018-11-01 08:47:39,742 - INFO - 81:MainThread - gunicorn.main:176 - Listening at: http://0.0.0.0:17010 (81)
  94.  
  95. 2018-11-01 08:47:39,743 DEBG 'zato-server1' stdout output:
  96. 2018-11-01 08:47:39,743 - INFO - 81:MainThread - gunicorn.main:176 - Using worker: gevent
  97.  
  98. 2018-11-01 08:47:39,748 DEBG 'zato-server1' stdout output:
  99. 2018-11-01 08:47:39,747 - INFO - 139:MainThread - gunicorn.main:176 - Booting worker with pid: 139
  100.  
  101. 2018-11-01 08:47:39,780 DEBG 'zato-server2' stderr output:
  102. No handlers could be found for logger "zato.common.util.proc"
  103.  
  104. 2018-11-01 08:47:39,866 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 140571810829736 for <Subprocess at 140571810766072 with name zato-server2 in state RUNNING> (stdout)>
  105. 2018-11-01 08:47:39,866 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 140571810830816 for <Subprocess at 140571810766072 with name zato-server2 in state RUNNING> (stderr)>
  106. 2018-11-01 08:47:39,866 INFO exited: zato-server2 (exit status 18; not expected)
  107. 2018-11-01 08:47:39,866 DEBG received SIGCLD indicating a child quit
  108. 2018-11-01 08:47:40,193 DEBG 'zato-server1' stdout output:
  109. 2018-11-01 08:47:40,193 - INFO - 139:MainThread - zato.server.base.parallel:421 - Preferred address of `server1@quickstart-209252` (pid: 139) is `http://172.17.0.1:17010`
  110.  
  111. 2018-11-01 08:48:01,911 DEBG 'zato-server1' stdout output:
  112. 2018-11-01 08:48:01,910 - INFO - 139:DummyThread-3 - zato:1354 - Set info about delivery server for sub_key `zpsk.rest.63fabe213ad2ac7a4cd18cf0` (wsx:False) - `server1:139`, sks:`sk=zpsk.rest.63fabe213ad2ac7a4cd18cf0,chan:,pubid:`
  113.  
  114. 2018-11-01 08:48:01,925 DEBG 'zato-server1' stdout output:
  115. 2018-11-01 08:48:01,924 - INFO - 139:MainThread - zato.server.base.parallel:477 - First worker of `server1` is 139
  116.  
  117. 2018-11-01 08:48:01,944 DEBG 'zato-server1' stdout output:
  118. 2018-11-01 08:48:01,943 - WARNING - 139:DummyThread-5 - zato.updates.check-updates:96 - Traceback (most recent call last):
  119. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 90, in _serve_forerver
  120. self._check_notify(url_info, major, minor, _version)
  121. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 187, in _check_notify
  122. data = self._get_current(_url_info, self_major, self_version)
  123. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 142, in _get_current
  124. response = requests_get(_url_info.format(self_major), params={'v':self_version})
  125. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 72, in get
  126. return request('get', url, params=params, **kwargs)
  127. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 58, in request
  128. return session.request(method=method, url=url, **kwargs)
  129. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 512, in request
  130. resp = self.send(prep, **send_kwargs)
  131. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 625, in send
  132. r = adapter.send(request, **kwargs)
  133. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/adapters.py", line 513, in send
  134. raise ConnectionError(e, request=request)
  135. ConnectionError: HTTPSConnectionPool(host='zato.io', port=443): Max retries exceeded with url: /support/updates/info-3.0.json?v=3.0.0%2Brev.f5dbf26b (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ffb39724790>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
  136.  
  137.  
  138. 2018-11-01 08:48:01,946 DEBG 'zato-server1' stdout output:
  139. 2018-11-01 08:48:01,945 - INFO - 139:DummyThread-6 - zato.helpers.input-logger:885 - {u'impl_name': u'zato.server.service.internal.helpers.InputLogger', u'name': u'zato.helpers.input-logger', u'cid': 'bf1164253eb993d84eee5a27', u'invocation_time': datetime.datetime(2018, 11, 1, 8, 48, 1, 945553), 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='bf1164253eb993d84eee5a27', 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': 22, u'channel': 'startup-service'}
  140.  
  141. 2018-11-01 08:48:02,148 DEBG 'zato-server1' stdout output:
  142. 2018-11-01 08:48:02,147 - INFO - 139:DummyThread-7 - zato.common.ipc.subscriber.Subscriber:100 - Established sub/bind to ipc:///tmp/zato-ipc-quickstart_209252_server1_139 (self.pid: 139)
  143.  
  144. 2018-11-01 08:48:02,347 DEBG 'zato-server1' stdout output:
  145. 2018-11-01 08:48:02,346 - INFO - 139:MainThread - zato.server.base.parallel:513 - Started `server1@quickstart-209252` (pid: 139)
  146.  
  147. 2018-11-01 08:48:07,904 DEBG 'zato-scheduler' stdout output:
  148. 2018-11-01 08:48:07,904 - INFO - 157:MainThread - __main__:61 - Scheduler starting (https://0.0.0.0:31530)
  149.  
  150. 2018-11-01 08:48:08,417 DEBG 'zato-scheduler' stdout output:
  151. 2018-11-01 08:48:08,417 - INFO - 157:DummyThread-1 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3eeded0; 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 0x7f13d3f04ad0; 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, 1, 8, 53, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  152.  
  153. 2018-11-01 08:48:08,619 DEBG 'zato-scheduler' stdout output:
  154. 2018-11-01 08:48:08,618 - INFO - 157:DummyThread-2 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04290; cb_kwargs:`{u'service': u'zato.outgoing.sql.auto-ping', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`6`; interval:`<Interval at 0x7f13d3f04310; 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, 1, 8, 48, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  155.  
  156. 2018-11-01 08:48:08,822 DEBG 'zato-scheduler' stdout output:
  157. 2018-11-01 08:48:08,820 - INFO - 157:DummyThread-3 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04550; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`10`; interval:`<Interval at 0x7f13d3c92d90; 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, 1, 9, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  158.  
  159. 2018-11-01 08:48:09,025 DEBG 'zato-scheduler' stdout output:
  160. 2018-11-01 08:48:09,024 - INFO - 157:DummyThread-4 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04710; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-hour', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`3`; interval:`<Interval at 0x7f13d3f043d0; 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, 1, 8, 53, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  161.  
  162. 2018-11-01 08:48:09,229 DEBG 'zato-scheduler' stdout output:
  163. 2018-11-01 08:48:09,227 - INFO - 157:DummyThread-5 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04790; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-minute', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`8`; interval:`<Interval at 0x7f13d3f04490; 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, 1, 8, 48, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  164.  
  165. 2018-11-01 08:48:09,432 DEBG 'zato-scheduler' stdout output:
  166. 2018-11-01 08:48:09,431 - INFO - 157:DummyThread-6 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04890; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`7`; interval:`<Interval at 0x7f13d3f04610; 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, 1, 9, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  167.  
  168. 2018-11-01 08:48:09,635 DEBG 'zato-scheduler' stdout output:
  169. 2018-11-01 08:48:09,634 - INFO - 157:DummyThread-7 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04a10; 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 0x7f13d3f04750; 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, 1, 8, 48, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  170.  
  171. 2018-11-01 08:48:09,839 DEBG 'zato-scheduler' stdout output:
  172. 2018-11-01 08:48:09,838 - INFO - 157:DummyThread-8 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04b90; 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 0x7f13d3f047d0; 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, 1, 8, 53, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  173.  
  174. 2018-11-01 08:48:10,043 DEBG 'zato-scheduler' stdout output:
  175. 2018-11-01 08:48:10,041 - INFO - 157:DummyThread-9 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f04c50; 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 0x7f13d3f04950; 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, 1, 9, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  176.  
  177. 2018-11-01 08:48:10,245 DEBG 'zato-scheduler' stdout output:
  178. 2018-11-01 08:48:10,244 - INFO - 157:DummyThread-10 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f13d3f0ff10; 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 0x7f13d3eede90; 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, 1, 9, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  179.  
  180. 2018-11-01 08:48:10,447 DEBG 'zato-scheduler' stdout output:
  181. 2018-11-01 08:48:10,446 - INFO - 157:DummyThread-11 - zato.scheduler.backend:466 - Scheduler started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement