Skip to content

Releases: edgurgel/verk

Verrk 0.13.1

02 Oct 06:44
Compare
Choose a tag to compare

Verk 0.13.0

26 Sep 09:55
Compare
Choose a tag to compare
  • Bump Elixir requirement to ~> 1.3 #79 Thanks to @karmajunkie πŸŽ‰
  • Update deps (Poison, Redix, Credo, etc) #80

Verk 0.12.1

01 Jul 00:39
Compare
Choose a tag to compare
  • Ensure WorkersManager checks in workers back #74

Verk 0.12.0

30 May 03:20
Compare
Choose a tag to compare
  • Change Verk application to not start Verk.Supervisor #65

The user will need to introduce the Verk.Supervisor as part of their own supervision tree. This is a MAJOR breaking change.

  • Limit stack trace size when a job fails #70 Thanks to @krasio πŸŽ‰

Verk 0.11.1

19 May 01:26
Compare
Choose a tag to compare
  • Change WorkersManager to use :poolboy.status to get free workers #67

Verk 0.11.0

08 May 07:54
Compare
Choose a tag to compare
  • Add Worker.current_job #52
  • Add credo #56
  • Reset QueueStats started counters when WorkersManager start #50
  • Make WorkersManager timeout configurable #57. Thanks to @mitchellhenke πŸŽ‰ !
  • Add a random amount of timeouts to WorkersManager timeout #60. Thanks to @mitchellhenke πŸŽ‰ !
  • Fix wrong stacktrace formatting #61. Thanks to @mitchellhenke πŸŽ‰ !
  • Refactor Queue, SortedSet and RetrySet #53 #62 #63. Thanks to @krasio πŸŽ‰ !
  • Change Verk.Log to show down to milliseconds if less than 1 second #55. Thanks to @mitchellhenke πŸŽ‰ !

Verk 0.10.0

07 Apr 08:26
Compare
Choose a tag to compare
  • Relax Poison requirement to support ~> 1.5 or ~> 2.0
  • Upgrade Timex to 2.0

Verk 0.9.13

03 Apr 23:27
Compare
Choose a tag to compare
  • Fix WorkersManager.inspect_worker/2 when the process is gone #44
  • Refactor WorkersManager to handle all the DOWN cases #45

Verk 0.9.12

01 Apr 01:46
Compare
Choose a tag to compare
  • Add WorkersManager.inspect_worker/2 #42

Verk 0.9.11

29 Mar 01:18
Compare
Choose a tag to compare
  • Persist stats to Redis #39
  • Actually fix the WorkersManager.handle_info case for :normal shutdown reason
  • Limit dequeue to a maximum of 100 jobs at a time #37