I noticed that long-running agents are no longer c...
# flyte-connectors
c
I noticed that long-running agents are no longer called after ~1.5 days. Flyte still shows the active tasks, but there are no more logs for the specific agent task instance. Is this expected behavior?
f
what do you mean not called?
there is a default task deadline of 48 hours, you can change it to infinite
this is to protect runaway tasks
c
How do I change the task deadline? Wouldn't there be an error if the deadline was hit?
what do you mean not called?
The agent service doesn't invoke the get method of the particular task instance anymore
f
yes you should see failure in the ui