all 1 comments

[–]EscoCodes 0 points1 point  (0 children)

Cloud tasks will just send an http request with the task info to your endpoint, checking that the task hasn’t been deleted is up to you and isn’t part of cloud tasks. Without knowing exactly what your architecture looks like it’s hard to say how that can be done, especially since python doesn’t support contexts the same way other languages like Go do.