Skip to content

Commit

Permalink
Merge pull request #2703 from matthewrmshin/fix-poll-timer-restart
Browse files Browse the repository at this point in the history
restart: fix loading poll_timers
  • Loading branch information
hjoliver authored Jun 26, 2018
2 parents 2dd05c0 + 8be3d34 commit 662c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cylc/suite_db_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def put_task_pool(self, pool):
self.db_inserts_map[self.TABLE_TASK_ACTION_TIMERS].append({
"name": itask.tdef.name,
"cycle": str(itask.point),
"ctx_key": "poll_timer",
"ctx_key": json.dumps("poll_timer"),
"ctx": self._namedtuple2json(itask.poll_timer.ctx),
"delays": json.dumps(itask.poll_timer.delays),
"num": itask.poll_timer.num,
Expand Down

0 comments on commit 662c697

Please sign in to comment.