Commit graph

97 commits

Author SHA1 Message Date
Zach Daniel
0ccf5de4f1 chore: update docs sidebar 2024-01-12 16:44:06 -05:00
Zach Daniel
1f9a3ae4e7 docs: update ex_doc, clean up docs 2024-01-12 16:43:36 -05:00
Maciej Malecki
bfacb4572c
fix: Do not wrap paused and delete Cron options into events (#15)
It breaks the application boot by throwing an irrelevant error.
2024-01-09 07:14:46 -05:00
Zach Daniel
2667527827 chore: don't drain queues 4 times 2023-12-20 10:53:45 -05:00
Zach Daniel
3cad6a4233 fix: properly honor the drain_queues? option 2023-12-19 20:52:52 -05:00
Zach Daniel
302daaa451 chore: release version v0.1.12 2023-12-12 10:14:49 -05:00
Zach Daniel
6031158019 improvement: make draining queues optional for AshOban.schedule_and_run_triggers 2023-12-12 10:14:32 -05:00
Zach Daniel
fd4e010798 chore: release version v0.1.11 2023-12-12 09:45:13 -05:00
Zach Daniel
7f8ec4450c docs: fix build/docs/credo 2023-12-12 09:44:35 -05:00
Zach Daniel
03f7f2f662 improvement: move schedule_and_run_triggers to AshOban 2023-12-12 09:40:03 -05:00
Zach Daniel
36a441f781 chore: release version v0.1.10 2023-12-07 14:43:18 -05:00
Zach Daniel
471341d9ac improvement: make AshOban.Test more configurable for scheduled actions 2023-12-07 14:24:23 -05:00
Zach Daniel
80bae3bf43 fix: fallback clause to match valid configurations 2023-12-07 13:32:44 -05:00
Zach Daniel
345c690ec7 fix: add cron to opt schema 2023-12-07 13:29:49 -05:00
Zach Daniel
1a957248ae improvement: add scheduled_action for scheduling create/generic actions 2023-12-07 13:24:16 -05:00
Zach Daniel
870c4ff447 improvement: log all errors by default, using log_errors? config 2023-12-05 11:28:38 -05:00
infinitis
a65dd5f413
fix: reverted part of refactor in 82cb0f90d9 (#14) 2023-12-05 09:08:02 -05:00
infinitis
e1a028171d
chore: revert queues to drain twice (#13)
Co-authored-by: Alex Joss <alex.joss@coinbits.app>
2023-12-04 19:29:11 -05:00
infinitis
82cb0f90d9
improvement: expose drain options to AshOban.Test.schedule_and_run_triggers (#12)
Co-authored-by: Alex Joss <alex.joss@coinbits.app>
2023-12-04 19:23:19 -05:00
Zach Daniel
9d5444c35f chore: make primary_key variable allowed 2023-12-04 18:24:00 -05:00
Zach Daniel
65a7576163 chore: change log message 2023-12-04 18:19:10 -05:00
Zach Daniel
6a3cddfc0f improvement: add log_final_error? and default it to true 2023-12-04 18:18:11 -05:00
Zach Daniel
d857705f8c improvement: don't log on raised exception, for consistency
we don't raise when an error is returned, so we won't raise when an error
is raised. It will eventually cause a job failure in Oban.
2023-12-04 17:56:50 -05:00
Zach Daniel
09fa2c28f4 improvement: support require?: false option on config/3. 2023-11-13 16:00:08 -05:00
Zach Daniel
5a2d1dba34 improvement: support action_input on triggers 2023-10-27 15:38:14 -04:00
Zach Daniel
ece3c61a33 fix: nested pausing states under events option
fixes #10
2023-10-11 08:39:33 -04:00
Zach Daniel
72123d1e20 fix: only supply metadata if read_metadata is set 2023-10-06 20:49:50 -04:00
Zach Daniel
981e659c8f fix: pass metadata argument on the udpate action 2023-10-06 20:44:01 -04:00
Zach Daniel
da13981017 chore: update spark, ash, and fix docs 2023-10-05 09:04:33 -04:00
Zach Daniel
4131a316d9 chore: release version v0.1.9 2023-10-04 14:54:16 -04:00
Zach Daniel
427b5bf044 improvement: more granular & more broad testing helpers 2023-10-04 14:53:57 -04:00
Zach Daniel
2b1d6288a7 improvement: more debug logs, make debugging opt-in 2023-09-19 12:32:50 -04:00
Zach Daniel
b5b7e92e07 chore: release version v0.1.8 2023-09-16 12:37:38 -04:00
Zach Daniel
91eb716c3e improvement: still validate queues even when no schedulers present 2023-09-16 12:37:22 -04:00
Zach Daniel
a47253cbe3 chore: release version v0.1.7 2023-09-16 11:18:01 -04:00
Zach Daniel
f73cc6b452 docs: update docs with new spark cheat sheets, and organize everything 2023-09-16 11:17:40 -04:00
Zach Daniel
bff2ed51fe chore: remove IO.inspect 2023-09-15 15:53:31 -04:00
Zach Daniel
c74eb9f8f5 fix: don't schedule triggers with no scheduler 2023-09-15 15:48:33 -04:00
Zach Daniel
06c340569f improvement: support providing an otp app to schedule and run triggers 2023-09-15 15:42:30 -04:00
Zach Daniel
99a97b379d chore: debug 2023-09-15 15:36:09 -04:00
Zach Daniel
9018d13bbe chore: debug 2023-09-15 15:34:25 -04:00
Zach Daniel
8775a1c52b improvement: support apis/resources for ash_oban 2023-09-15 15:32:47 -04:00
Robert Ellen
2d03e0fe7c
Update .formatter.exs to include read_metadata (#9) 2023-09-06 01:19:34 -04:00
Yousef Janajri
e998a278a9
fix: make override job options optional (#8) 2023-09-03 07:01:28 -04:00
Yousef Janajri
f2bc0ab247
improvement: support overriding job opts in run_trigger (#7) 2023-09-01 15:45:34 -04:00
Zach Daniel
2ce62a5770 docs: update docs to remove bad example
improvement: support destroy actions in the trigger action
improvement: debug logs
2023-08-31 11:25:05 -04:00
Zach Daniel
776eec9623 chore: update spark 2023-08-31 10:46:54 -04:00
Zach Daniel
5214c7f296 chore: release version v0.1.6 2023-08-29 19:19:02 -04:00
Zach Daniel
07a35b48f5 fix: verify trigger action exists in transformer
closes #6
2023-08-25 09:16:07 -04:00
Zach Daniel
706fcdfb7c improvement: use read_metadata when manually scheduling 2023-08-24 17:10:29 -04:00