You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm planning to create new workers functionalities, that are related to time.
the idea is workers that who execute every N amount of time, will be useful to schedule work in the background while the app is open.
example of uses :
auto save for some data every 1 minute.
send new analytic every 5 minutes.
check if a condition is still true every 30 secondes, and making action based on it.
& more.
I am capable to implement the feature, I want to know your opinions ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm planning to create new workers functionalities, that are related to time.
the idea is workers that who execute every N amount of time, will be useful to schedule work in the background while the app is open.
example of uses :
I am capable to implement the feature, I want to know your opinions ?
Beta Was this translation helpful? Give feedback.
All reactions