edgurgel / verk

A job processing system that just verks! 🧛‍

Home Page:https://hex.pm/packages/verk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need replace Timex.DateTime.now -> Timex.now in Readme

salisbury-espinosa opened this issue · comments

perform_at = Timex.shift(Timex.DateTime.now, seconds: 30)

raise error:

(UndefinedFunctionError) function Timex.DateTime.now/0 is undefined (module Timex.DateTime is not available)

Should use Timex.now

(see https://github.com/bitwalker/timex)