Hi,
I currently working on a http API.
The API sends emails after some given time (immedialety, after 3 days, after 14 days, etc....).
Question 1:
- From your experience, how many "delayed jobs" can Node Red handle befor it "crashes".
Question 2:
- What about a server restart? From what I know, running or delayed jobs got lost when Node Red stops.
Is there a "addon" that saves the current position for all jobs inside a text file or database?
Kind regards!