You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
We are using kafka conductor for our internal event system mostly RESTful integrations. We currently have a HTTP Task set readTimeout: 0 since we are unsure of how long it will take to response. The problem is the task is being rescheduled and we don't really know why at this point, we set the task definition's timeOut: 0, responseTimeoutSeconds: 3600 (default), pollTimeoutSeconds: 0. The weirdest part is it always reschedule exactly every 30 seconds mark.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good day everyone!
We are using kafka conductor for our internal event system mostly RESTful integrations. We currently have a HTTP Task set
readTimeout: 0
since we are unsure of how long it will take to response. The problem is the task is being rescheduled and we don't really know why at this point, we set the task definition'stimeOut: 0, responseTimeoutSeconds: 3600 (default), pollTimeoutSeconds: 0
. The weirdest part is it always reschedule exactly every 30 seconds mark.P.S We are using PostgresSQL as datastore.
Hope someone could help, thanks!
Beta Was this translation helpful? Give feedback.
All reactions