Skip to content

Releases: edgurgel/verk

Verk 0.9.10

11 Mar 03:35
Compare
Choose a tag to compare
  • Add missing clause to catch exits from Worker #33

Verk 0.9.9

10 Mar 09:35
Compare
Choose a tag to compare

Relax redix version requirement to ~> 0.3

Verk 0.9.8

03 Mar 03:50
Compare
Choose a tag to compare
  • Add missing watcher to list of applications that Verk depends on.

Verk 0.9.7

03 Mar 00:47
Compare
Choose a tag to compare
  • Add scheduled jobs (Thanks, @bastos πŸŽ‰)
  • Add dead set (Thanks, @bastos πŸŽ‰)
  • Replace QueueStatsWatcher with watcher
  • Add optional redis connection to Verk.enqueue and Verk.schedule

Verk 0.9.6

31 Jan 09:12
Compare
Choose a tag to compare
  • Add Verk.Queue #18
  • Add retried_at and backtrace to jobs to be retried #19

Verk 0.9.5

26 Jan 02:27
Compare
Choose a tag to compare
  • Add Verk.RetrySet.clear/0 #17

Verk 0.9.4

22 Jan 00:20
Compare
Choose a tag to compare
  • Move to Erlang 18+
  • Upgrade timex to ~> 1.0
  • Add Verk.RetrySet to expose an API to interact with jobs to be retried
  • Fix WorkersManager.handle_info case for dead worker for :normal reason
  • Add Verk.QueueStats to keep track of current state of queues (running, failed and finished jobs counter)
  • Add Verk.Redis as general purpose redis connection to be used by Verk.enqueue and Verk.RetrySet

Verk 0.9.3

17 Jan 21:16
Compare
Choose a tag to compare
  • Change worker failing states to track stacktrace properly;
  • Add Verk.Events to track Finished, Started, Failed events related to a job
    This adds the possibility to "react" to what happened to a job as error tracking or logging something different from what Verk does for example.
  • Rework tests and add more tests.

Verk 0.9.2

22 Dec 03:21
Compare
Choose a tag to compare
  • Update redix to 0.3.3
  • Reload scripts whenever a Redix connection is set up #5

Verk 0.9.1

18 Dec 03:26
Compare
Choose a tag to compare
  • Remove unnecessary key from Verk.Job encoded keys
  • Add missing dependencies for applications and included_applications