-
Notifications
You must be signed in to change notification settings - Fork 17
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
Sidekiq scheduler #137
Sidekiq scheduler #137
Conversation
abd4e8e
to
021d4f9
Compare
Hice una prueba y nunca me pregunto por el schedule
|
else | ||
info "Note: Emails should be sent on background jobs. We'll install sidekiq" | ||
true | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
end at 10, 14 is not aligned with if at 3, 15.
answer(:background_processor) do | ||
Ask.confirm("Do you want to use Sidekiq for background job processing?") | ||
end | ||
else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Align else with if.
|
||
set(:background_processor, response.to_sym) | ||
response = if selected?(:email_service, :none) | ||
answer(:background_processor) do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 2 (not 1) spaces for indentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yapo felipe!
260b3fa
to
94fdd9d
Compare
@blackjid solved |
No description provided.