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

Deps: unpin rufus-scheduler dependency #20

Merged
merged 5 commits into from
Jan 4, 2022
Merged

Conversation

kares
Copy link
Contributor

@kares kares commented Dec 28, 2021

NOTE: existing code was broken e.g. @scheduler.every @timeframe does not return a job instance
regardless of whether Rufus::Scheduler 3.0.9 is used or newer ... (reported at #6).

While this is far from being a first class plugin, the gem 'rufus-scheduler' unpinning was handled gently and is expected to work with all current versions.

These changes were tested using rufus-scheduler 3.0.9 as well as 3.8.0 (latest).

@kares kares linked an issue Dec 28, 2021 that may be closed by this pull request
@kares kares marked this pull request as ready for review December 28, 2021 16:02
@kares kares changed the title Deps: unpin rufus scheduler Deps: unpin rufus-scheduler dependency Dec 28, 2021
@kares kares requested a review from kaisecheng December 30, 2021 09:06
Copy link

@kaisecheng kaisecheng left a comment

Choose a reason for hiding this comment

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

LGTM

@kares kares merged commit 630eef7 into logstash-plugins:main Jan 4, 2022
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.

NoMethodError: undefined method `trigger'
2 participants