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

Support for a scheduler #153

Merged
merged 4 commits into from
Oct 4, 2017
Merged

Support for a scheduler #153

merged 4 commits into from
Oct 4, 2017

Conversation

orta
Copy link
Member

@orta orta commented Oct 2, 2017

This is a simple in-memory scheduler for now, if/when something more complex is needed than it can be built out in the same way we handle JSON vs Postgres for an installation setting.

env_vars: (parsedOrg.settings && parsedOrg.settings.env_vars) || [],
ignored_repos: (parsedOrg.settings && parsedOrg.settings.ignored_repos) || [],
modules: (parsedOrg.settings && parsedOrg.settings.modules) || [],
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is missing "repos"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also likely the fix for #154

@orta
Copy link
Member Author

orta commented Oct 4, 2017

Alright, this is good to go 👍

@orta orta changed the title [WIP] Support for a scheduler Support for a scheduler Oct 4, 2017
@orta orta merged commit 69abe93 into master Oct 4, 2017
@orta orta deleted the scheduler branch October 4, 2017 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant