How to delete and set another cloud task?
I want to create a cloud task that will run in 1 day to hit an endpoint (java/spring boot). This endpoint will execute some code and then delete this task and create another one that will hit the same endpoint.
Is this possible?
Or can I just leave this executed task without delete it?
Or can I update the same task to run again next day?