cancellation token for deployments
Unanswered
American black bear posted this in #help-forum
American black bearOP
I'm deploying my nextjs app to a container app on azure using docker container.
My doubt is if there is any deployment, how do I pass cancellation token to all background tasks and APIs to make sure that no task is ended in middle?
My doubt is if there is any deployment, how do I pass cancellation token to all background tasks and APIs to make sure that no task is ended in middle?