Skip to content

Commit

Permalink
Init async temp data mgr task in dataservice.
Browse files Browse the repository at this point in the history
Adding async task to service manager setup in main dataservice function
to manage temporary datasets.
  • Loading branch information
robertbartel committed Jan 25, 2024
1 parent 3ae028e commit ccf7288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/services/dataservice/dmod/dataservice/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def main():
# Setup other required async tasks
service_manager.add_async_task(service_manager.manage_required_data_checks())
service_manager.add_async_task(service_manager.manage_data_provision())
service_manager.add_async_task(service_manager.manage_temp_datasets())

service_manager.run()

Expand Down

0 comments on commit ccf7288

Please sign in to comment.