lib/isomorfeus/operation/deferred_task.rb in isomorfeus-operation-22.9.0.rc8 vs lib/isomorfeus/operation/deferred_task.rb in isomorfeus-operation-22.9.0.rc9

- old
+ new

@@ -4,10 +4,9 @@ STATES = %w[ready running failed] query :ready, 'state:"ready"' query :running, 'state:"running"' query :failed, 'state:"failed"' - query :all, 'state:*' # when the task is added to the queue its added as ready # when its running, its running # when it failes, it failed, the exception attribute is filled # when it was successful, its removed from the queue