Hexagon
Hexagon
Could it be helpful to use env.pm_id like https://github.com/Hexagon/croner/issues/86
@KaitaoQiu It should be possible by passing an extra parameter for seconds to --cron-restart (which is described at https://pm2.keymetrics.io/docs/usage/restart-strategies/ ) So try: `pm2 start app.js --cron-restart="*/10 * * * *...
You could skip right to 4.3.x Edit: Updated and rebased PR
I'm also having random problems with text input in add-friends dialog, nothing reproducable though
I were using chrome when it happened, and i think it has something to do with pasting stuff into the box
I'm having the same issue, cannot even get started. I would suggest gathering each and every remote dependency in one file (import_map.json, mod.ts?), so it is easy to overview. Then...
I am not affiliates with this lib, but can help you out anyways :) This is actually how cron is supposed to work. */41 will trigger at 0 and 41....
https://github.com/Hexagon/croner#why-another-javascript-cron-implementation
See https://github.com/Hexagon/croner/issues/52#issuecomment-1040764526 for an example on how to solve this using a standard cron module. This specific example is for months, but could easily be converted to run each 90th...
@mrjackyliang Check if https://github.com/hexagon/croner has the same problem on your setup