Carson Cole

Results 11 comments of Carson Cole

Graph of pomodoro stats would be greatly appreciated. Love to see my level of productivity over time.

@rosa Overnight, jobs stopped executing again. I set `silence_polling = false`. I've included the logs at the moment a job was created and enqueued. This is all running in development...

Another recurring job just added. It's in the table `solid_queue_recurring_executions` and I see it as an entry in `solid_queue_ready_executions`, but in the log I only see the constant query `SELECT...

**database.yml** ```ruby default: &default adapter: postgresql encoding: unicode pool: development:

Another datapoint is that I have a `Job` class in my app that represents jobs, ie. developer, bus driver etc.

So through my test case below, I can trigger the ```undefined method `queue_adapter_name' for nil:NilClass``` with an incorrectly named class. **solid_queue.yml** ```yml "Test Job": class: Testjob schedule: every minute ```...

It does appear that the `SolidQueue::ReadyExecution` just dies and does not give any indication of why. In my logs it is executing at its interval of 1 second, and then...

I got the issue to show itself quickly by changing the threads to 1. To hide the issue longer, increase the number of threads. ```ruby workers: - queues: "*" threads:...

I've been running the "reload-dev-fix" #223 branch and jobs still fail to run after a while and are just enqueued. At one point, "Release claimed job" runs and the jobs...

I've been running this for a few hours and I don't have any logs indicating a size other than 0. This log entry is occurring ever 1-2 seconds. ```ruby SolidQueue-0.3.0...