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

ActiveJob::Uniqueness::StrategyNotFound: Strategy 'until_executed' is not found. Is it declared in the configuration? #70

Open
nmenag opened this issue Dec 28, 2023 · 0 comments

Comments

@nmenag
Copy link

nmenag commented Dec 28, 2023

I would like to know Why is happen this error, the another jobs is ok but this specific job is launching this error. thanks

  queue_as :tracker
  unique :until_executed

  def perform(args)
    ....
  rescue StandardError => e
    ....
  end```
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

No branches or pull requests

1 participant