Skip to content
Snippets Groups Projects
Commit 4550dd5c authored by Tim Repke's avatar Tim Repke
Browse files

max retries 0

parent a2c70cb5
No related branches found
No related tags found
1 merge request!99Main
Pipeline #3589 passed
......@@ -70,6 +70,7 @@ class NacsosActor(Actor[P, R]):
message = super().send_with_options(args=args, kwargs=kwargs,
nacsos_actor_name=self.actor_name,
nacsos_task_id=self.task_id,
max_retries=0,
time_limit=86400000) # 24h in ms => 24*60*60*1000
db_engine = get_engine(settings=settings.DB) # type: ignore[arg-type]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment