Skip to content

Conversation

@futabooo
Copy link
Contributor

title is everything

@josh-burton
Copy link
Collaborator

Thanks for the contribution! I think if we were to accept this change the usage of interval would have to remain but in a deprecated state. Otherwise this is a breaking change. Would you be able to make that change?

@futabooo
Copy link
Contributor Author

Thank you for your comment!
As you said, it has been a breaking change, so let's add an implementation that leaves the interval option.

@futabooo
Copy link
Contributor Author

@josh-burton I tried to leave the option of interval.

if (config.regions === false) {
try {
config.regions = JSON.parse(fs.readFileSync(__dirname + '/regions.json'));
config.regions = JSON.parse(fs.readFileSync(__dirname + '/regions.json'));
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe leaving the styling thing along will be better when implementing some functions? Otherwise the diff will including so many changes not related to the topic, make the review and code tracing a little bit harder.

It will be very great if the styling will be fixed with CI testing in another PR 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think so too. This PR undo unnecessary diffs 🙇

@futabooo futabooo force-pushed the cron-style-schedule branch from f3cb690 to c56c481 Compare December 20, 2020 05:21
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.

3 participants