Matthieu Pilleul
Matthieu Pilleul
Hi ! Any update for this feature ? I personally don't have the skill to implant this feature.
Hi ! No news ?
Hi! Any update on this issue? Still facing the problem in some of our apps
> Save Tickets in the database, and add the last update field. In the Node.js code, define a timed task to query the database at 0:00 every day for Tickets...
> may be like: > > > > ```js > > setInterval(() => { > > // your check and purge logic goes here. > > }, 15 * 24...