Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DataScheduler #6

Open
JanC opened this issue Jun 4, 2018 · 0 comments
Open

Implement DataScheduler #6

JanC opened this issue Jun 4, 2018 · 0 comments
Labels
feature New feature or request

Comments

@JanC
Copy link
Member

JanC commented Jun 4, 2018

When a triggered DataPayload has an executeAt or delayFor value, the SDK needs to schedule that execution.
The responsibility of the DataScheduler is to take care of the fire dates and simply report back when execution date is reached.

Possible implementations:

  • We simply pass the internal uuid of the persisted DataPayload and the simply pass this uuid in a callback
  • The caller passes a closure that is called
@JanC JanC added the feature New feature or request label Jun 4, 2018
@JanC JanC mentioned this issue Jun 14, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant