Ara Hacopian

Results 6 comments of Ara Hacopian

@ryanh See: http://www.wunderground.com/weather/api/d/docs?d=resources/phrase-glossary#forecast_description_phrases

@justinrubek You asked me on the pgrx discord to post this on this PR: I saw you had an example repo ([pgrx-nix-example](https://github.com/justinrubek/pgrx-nix-example)), and gave it a spin. I ran `nix...

> That example doesn't provide a devShell so `nix develop` won't work. You should be able to do `nix build .#pgrx-arrays` from that repo and have the build succeed. @justinrubek...

Thanks for your response. Happy to help if I can. I just added an additional test to the repro I made for #92, here: https://github.com/ahacop/acidic-job-good-job-repro/blob/efe69774eae689d2f073cc66b96fe33ece6d57e2/test/jobs/await_job_test.rb

The same error seems to happen when using SolidQueue and attempting to schedule an acidic job to occur at a later date (using `set(wait: 1.minute)` for example). The issue is...

@fractaledmind Yes, I updated the repro repo and confirmed that retries work with GoodJob. Thanks for following up.