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

Aligning "meta" with platform? #29

Open
taylordowns2000 opened this issue May 11, 2021 · 0 comments
Open

Aligning "meta" with platform? #29

taylordowns2000 opened this issue May 11, 2021 · 0 comments

Comments

@taylordowns2000
Copy link
Member

If users of platform-app make use of state.meta to access things like the runId, there's not much we can do about it on microservice... in that sense, it is possible to write jobs which run on platform but not on microservice. I think that's always going to be possible, and we'll have even less control over how folks build and pass around state on their own implementations.

However, I think that including a last_success timestamp is arguably valuable enough to be shared between platform and microservice... it's very useful for keeping a "cursor" between runs, allowing a cron job to access only resources that have been created/updated since the last_success -ful run of the job.

Thoughts?

@taylordowns2000 taylordowns2000 changed the title Align "meta" with platform? Aligning "meta" with platform? May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant