Yves Siegrist
Yves Siegrist
@samsymons Are you going to make a release including that fix? :smile:
I expected to at least have `$apollo.loading` set to true, but that doesn't get updated. :( So the current way to do this, is just use the `ApolloMutation` component?
I'm running into an issue where `PG::ConnectionBad: connection is closed` happens. I recently upgraded to rails 5.2 which seems to be the issue here. Do you use rails or just...
@vongruenigen Use `QC_RAILS_DATABASE=true`, fixed it for me.. I was able to reproduce it, when a high load appeared on my web site. After a while of lower load, the `PG::ConnectionBad`...
@vongruenigen You can also try out my fork, I've a applied a small patch. Which should make the connection sharing with active record work again. 😄 https://github.com/siegy22/queue_classic
Yeah I've tried several ways to do what you're attempting to do, but always found a new way which made it fail and ended up running from my fork for...
Check my comment in your PR: https://github.com/QueueClassic/queue_classic/pull/312 @ukd1 😄
Is this a wontfix?
Hey @stevenosloan sorry to hear that. I would he happy to help but I can't commit myself to fully maintaining and pushing development. What I can do, is trying to...
Thank you very much for working on this, I need @stevenosloan to respond first if he's willing to give maintenance control to me. 😄