Hey folks, we using workers as cron task runner to trigger jobs on another server by sending HTTP POST and waiting for the response to make sure task did not error out.
But seems like internal fetch in workers is limited to max 100s and after that limit worker just drops HTTP connection? Could we somehow increase the limit?