Created
July 10, 2020 02:22
-
-
Save kinow/f1b2370eace35eebe570330c9644a15c to your computer and use it in GitHub Desktop.
reconcile_update right after adding a graph widget, waiting a couple seconds, then stopping the workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[D 2020-07-10T14:20:29.387 JupyterHub provider:194] Deleting oauth code 4FM... for jupyterhub-user-kinow | |
[I 2020-07-10T14:20:29.401 JupyterHub log:174] 200 POST /hub/api/oauth2/token ([email protected]) 50.51ms | |
[I 2020-07-10T14:20:29.423 JupyterHub log:174] 200 GET /hub/api/authorizations/token/[secret] ([email protected]) 18.76ms | |
2020-07-10 14:20:40,650 cylc.uiserver.data_store_mgr INFO reconcile_update for topic=$family_proxies, delta=time: 1594347640.310939 | |
checksum: 1239951977 | |
updated { | |
stamp: "kinow|five|20130814T1200+12|[email protected]" | |
id: "kinow|five|20130814T1200+12|root" | |
state: "running" | |
is_held: false | |
} | |
updated { | |
stamp: "kinow|five|20130814T0000+12|[email protected]" | |
id: "kinow|five|20130814T0000+12|root" | |
state: "running" | |
is_held: false | |
} | |
reloaded: false | |
, w_id=kinow|five | |
2020-07-10 14:20:40,650 cylc.uiserver.data_store_mgr INFO reconcile_update for topic=$jobs, delta=time: 1594347640.310939 | |
checksum: 1738877574 | |
updated { | |
stamp: "kinow|five|20130814T0000+12|bar|[email protected]" | |
id: "kinow|five|20130814T0000+12|bar|1" | |
state: "running" | |
started_time: "2020-07-10T14:20:27+12:00" | |
messages: "started (polled)" | |
} | |
updated { | |
stamp: "kinow|five|20130814T1200+12|foo|[email protected]" | |
id: "kinow|five|20130814T1200+12|foo|1" | |
state: "running" | |
started_time: "2020-07-10T14:20:27+12:00" | |
messages: "started (polled)" | |
} | |
reloaded: false | |
, w_id=kinow|five | |
2020-07-10 14:20:40,651 cylc.uiserver.data_store_mgr INFO reconcile_update for topic=$tasks, delta=time: 1594347640.310939 | |
checksum: 1371086414 | |
updated { | |
stamp: "kinow|five|[email protected]" | |
id: "kinow|five|foo" | |
mean_elapsed_time: 40.0 | |
} | |
updated { | |
stamp: "kinow|five|[email protected]" | |
id: "kinow|five|bar" | |
mean_elapsed_time: 40.099998474121094 | |
} | |
reloaded: false | |
, w_id=kinow|five | |
2020-07-10 14:20:40,651 cylc.uiserver.data_store_mgr INFO reconcile_update for topic=$task_proxies, delta=time: 1594347640.310939 | |
checksum: 4259140062 | |
updated { | |
stamp: "kinow|five|20130814T1200+12|[email protected]" | |
id: "kinow|five|20130814T1200+12|foo" | |
state: "running" | |
spawned: true | |
job_submits: 1 | |
latest_message: "started (polled)" | |
outputs: "expired=False" | |
outputs: "submitted=True" | |
outputs: "submit-failed=False" | |
outputs: "started=True" | |
outputs: "succeeded=False" | |
outputs: "failed=False" | |
prerequisites { | |
expression: "c0" | |
conditions { | |
task_proxy: "kinow|five|20130814T0000+12|foo" | |
expr_alias: "c0" | |
req_state: "succeeded" | |
satisfied: true | |
message: "satisfied naturally" | |
} | |
cycle_points: "20130814T0000+12" | |
satisfied: true | |
} | |
is_held: false | |
} | |
updated { | |
stamp: "kinow|five|20130814T0000+12|[email protected]" | |
id: "kinow|five|20130814T0000+12|bar" | |
state: "running" | |
spawned: true | |
job_submits: 1 | |
latest_message: "started (polled)" | |
outputs: "expired=False" | |
outputs: "submitted=True" | |
outputs: "submit-failed=False" | |
outputs: "started=True" | |
outputs: "succeeded=False" | |
outputs: "failed=False" | |
prerequisites { | |
expression: "c0" | |
conditions { | |
task_proxy: "kinow|five|20130814T0000+12|foo" | |
expr_alias: "c0" | |
req_state: "succeeded" | |
satisfied: true | |
message: "satisfied naturally" | |
} | |
cycle_points: "20130814T0000+12" | |
satisfied: true | |
} | |
is_held: false | |
} | |
reloaded: false | |
, w_id=kinow|five | |
2020-07-10 14:20:40,651 cylc.uiserver.data_store_mgr INFO reconcile_update for topic=$workflow, delta=time: 1594347640.310939 | |
added { | |
} | |
updated { | |
stamp: "kinow|[email protected]" | |
id: "kinow|five" | |
status: "running" | |
last_updated: 1594347640.310279 | |
newest_cycle_point: "20130815T0000+12" | |
oldest_cycle_point: "20130814T0000+12" | |
state_totals { | |
key: "running" | |
value: 2 | |
} | |
state_totals { | |
key: "succeeded" | |
value: 1 | |
} | |
state_totals { | |
key: "waiting" | |
value: 2 | |
} | |
states: "succeeded" | |
states: "waiting" | |
states: "running" | |
status_msg: "" | |
is_held_total: 0 | |
} | |
reloaded: false | |
, w_id=kinow|five | |
^C[C 2020-07-10T14:21:18.974 JupyterHub app:2684] Received signal SIGINT, initiating shutdown... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment