Jack Noble

Results 8 issues of Jack Noble

The gem's rake tasks https://github.com/maxdemarzi/neography/blob/5340203d7a75ef86f46afc7580d7a9677d2ddb79/lib/neography/tasks.rb are all name spaced under `neo4j`. This unfortunately conflicts with https://github.com/neo4jrb/neo4j-rake_tasks. It also may conflict with custom tasks written by users of the gem and`neo4j`...

Seems like now that there *is* a readme that description/documentation should live there.

Sidekiq has the ability to quiet jobs (e.g. keep new jobs from be enqueued) enabling graceful shutdown. Because orchestrations contain jobs that are often coupled to each other code changes...

BatchingJob auto-registers Sidekiq batch callbacks when you define an `on_x` method. The problem is that if you have a callback that you don't need anymore and update the code removing...

I think we should -- it was part of our original vision and helps solve the same set of problems. But we probably should first make significant changes -- mainly...

The bang method is dangerous and doesn't let us pass frozen constants.