Open lehrblogger opened 7 years ago
Relevant documentation here.
I did not realize you could programmatically set one-time triggers for specific dates (specify by absolute date or in N minutes). Could be interesting to consider.
Putting things in sync with the fudge factor makes sense. Related questions:
does the trigger frequency / fudge factor need to be a config option at all?
if it is a config option, then whenever it is changed we must delete the old trigger. reference
As discussed in https://github.com/rosulek/gmail-tickler/issues/25, we can simplify the script installation by including the Trigger creation in the
setup()
method.Does it seem reasonable to synchronize the Trigger interval with the
fudge_factor
value, and perhaps constrain the latter to the1/5/1015/30/60 minutes
options available in the dropdown for the former?