python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure resource for long running process in python
I am trying to figure out the best way to run a python process typically taking 10-30 (max an hour ish) minutes on my local machine. The process will be manually triggered, and may not be triggered fo...
bjornhartmann
Votes: 0
Answers: 1
Is it safe to terminate an orchestrator function that is waiting on a timer?
If I call IDurableOrchestrationClient.TerminateAsync on a running orchestrator that is currently sleeping and waiting on a durable timer created through IDurableOrchestrationContext.CreateTimer, will ...
julealgon
Votes: 0
Answers: 1
Graceful shutdown with spring and long-running threads
We have the problem that there are multiple async threads that process a bunch of data and need minutes or some of them even hours to end. The pod also processes some other short running request.
It m...
someone
Votes: 0
Answers: 1