Is there a way to create async tasks with delay, containing the Strapi object as dependency?
After an endpoint was reached, I want to execute a service after a defined expiration time.
That means that I need to use the Strapi instance.
After an endpoint was reached, I want to execute a service after a defined expiration time.
That means that I need to use the Strapi instance.