J
J
junart2016-09-13 22:10:42
Laravel
junart, 2016-09-13 22:10:42

What mechanism to use to cancel an action?

In a PHP script, I call the function of adding a new record to the database, in which the status field is changed to the value 0.
What mechanism should I use to cancel the action and change the status to the value 1 after a given time interval?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
D', 2016-09-13
@Denormalization

Laravel should use delayed queues https://laravel.com/docs/5.3/queues#delayed-dispatching

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question