Skip to content

Commit

Permalink
Fully initialize the rundb object before starting tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbergh authored and ppigazzini committed Jul 3, 2024
1 parent dbb8864 commit 61ec81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/fishtest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def init_rundb(event):
if rundb.is_primary_instance():
signal.signal(signal.SIGINT, rundb.exit_run)
signal.signal(signal.SIGTERM, rundb.exit_run)
rundb.schedule_tasks()
rundb.update_aggregated_data()
rundb.schedule_tasks()

config.add_subscriber(add_rundb, NewRequest)
config.add_subscriber(add_renderer_globals, BeforeRender)
Expand Down

0 comments on commit 61ec81b

Please sign in to comment.