You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what may be the issue with our setup but I cannot avoid this error when trying to run a maintenance task.
We have been using a fork both of this gem and the job-iteration gem to avoid this error, but recently (perhaps due to an rails/activejob update) things stopped working with the validations, and we're now trying to move back to the official release of this gem, but this issue has come back up.
It looks very similar to what is show in the README, there doesn't seem to be anything left to take out (it used to have a count method and a join on the App.all relation)
We have relied on this tooling quite heavily so we're motivated to find a fix. Perhaps something is wrong on our end with a configuration or some other dependency.
This is what we have for listed dependencies (running bundle exec gem dependency maintenance_tasks and job-iteration):
Any help or guidance is appreciated here. We have several dozen maintenance tasks and they all have this error when attempting to run them with the official release of the gem, and they all worked using the fork in the PR referenced above.
If there is a different configuration setting, or if there isn't full support for certain databases/versions, I've run out the the places I know to look and the trial and error I can think to run.
The text was updated successfully, but these errors were encountered:
For some more context, here's screenshots of the task running successfully (on the previously used fork) and unsuccessfully (on the official gem release)
This issue has been marked as stale because it has not been commented on in two months.
Please reply in order to keep the issue open. Otherwise, it will close in 14 days.
Thank you for contributing!
I'm not sure what may be the issue with our setup but I cannot avoid this error when trying to run a maintenance task.
We have been using a fork both of this gem and the job-iteration gem to avoid this error, but recently (perhaps due to an rails/activejob update) things stopped working with the validations, and we're now trying to move back to the official release of this gem, but this issue has come back up.
An example task that fails 100% of the time:
It looks very similar to what is show in the README, there doesn't seem to be anything left to take out (it used to have a
count
method and a join on theApp.all
relation)Previously, the fix that worked for us was this one: Shopify/job-iteration#226
We have relied on this tooling quite heavily so we're motivated to find a fix. Perhaps something is wrong on our end with a configuration or some other dependency.
This is what we have for listed dependencies (running
bundle exec gem dependency maintenance_tasks
andjob-iteration
):Any help or guidance is appreciated here. We have several dozen maintenance tasks and they all have this error when attempting to run them with the official release of the gem, and they all worked using the fork in the PR referenced above.
If there is a different configuration setting, or if there isn't full support for certain databases/versions, I've run out the the places I know to look and the trial and error I can think to run.
The text was updated successfully, but these errors were encountered: