Base solution for your next web application

Activities of "uenlkr4e"

Makes sense, thank you.

Hi, I do create a background job related to an event. Then in the meantime another event is fired and it requires me to delete the previously created background job before it does what it does. How can i do it? I dont have the id of the previously created job and even if i had it where would i store it so i can call the delete method with it.

Say there are five jobs in the background and i want to delete this specific one that has been created 20 mins ago and will run in 25 mins. How do i specify this single job(the one i want to delete) when the second event is fired?

thanks

Showing 1 to 2 of 2 entries