Commit graph

61 commits

Author SHA1 Message Date
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
Zach Daniel
b628984c44 improvement: allow false as the value for scheduler_cron 2023-08-24 16:15:04 -04:00
Zach Daniel
8e7a42d965 chore: commit the rest of the priority work 2023-08-23 18:34:02 -04:00
Zach Daniel
9308cf0fff improvement: add worker/scheduler priorities 2023-08-23 18:24:53 -04:00
Zach Daniel
76ede390d6 chore: release version v0.1.5 2023-08-14 18:52:32 -07:00
Zach Daniel
1286db7762 improvement: only invoke error handler on last attempt 2023-08-04 17:22:53 -04:00
Zach Daniel
3cba396123 fix: use same read_action in handle_error and in work 2023-08-04 17:11:11 -04:00
Zach Daniel
47af61a53f improvement: drain each queue twice 2023-08-04 17:07:44 -04:00
Zach Daniel
ee4827cbe9 fix: another syntax issue with drain_queue/2 2023-08-04 16:45:13 -04:00
Zach Daniel
6bd00588c7 fix: drain_queue syntax issue 2023-08-04 16:42:52 -04:00
Zach Daniel
6f9e6ff774 improvement: add test helper for running triggers 2023-08-04 16:40:31 -04:00
Yousef Janajri
b5ef503c6d
fix: Update base engine to support rename Oban.Pro.Engines.Smart 2023-07-25 22:37:30 -04:00
Maciej Malecki
3876b9cd19
Allow using worker_read_action for locking before processing the job (#3) 2023-07-20 08:02:02 -04:00
Zach Daniel
c13793db7d improvement: trigger_read_action, defaulting to read action 2023-07-19 14:18:15 -04:00
Zach Daniel
9e07f3f699 improvement: read with primary read for trigger 2023-07-19 14:08:08 -04:00
Zach Daniel
60c449b42c improvement: log error on scheduler failure 2023-07-19 08:36:00 -04:00
Zach Daniel
f8f88bd2c1 chore: release version v0.1.4 2023-06-10 13:29:25 -04:00
Zach Daniel
8359e17030 improvement: support record_limit to limit max processed records 2023-06-10 13:15:46 -04:00
sitch
cdc3028fcb
docs: fix readme title 2023-06-03 11:01:19 -04:00
Zach Daniel
a47cc3c8cf chore: release version v0.1.3 2023-05-17 22:42:19 -04:00
Zach Daniel
901db826ee fix: properly raise errors instead of swallowing them 2023-05-17 22:42:01 -04:00
Zach Daniel
87de8a1f01 fix: don't use authorize?: false for operations. 2023-05-17 11:38:37 -04:00
Zach Daniel
7d4b783676 chore: release version v0.1.2 2023-05-08 14:49:59 -04:00
Zach Daniel
1520a3db3e improvement: make scheduler default queue the same as worker
but give scheduler a priority of 1 so it happens before workers.
2023-05-08 14:49:22 -04:00
Zach Daniel
1eabd92c5a chore: set oban dep 2023-05-01 18:22:48 -04:00
Zach Daniel
4ced2d9e8a chore: release version v0.1.1 2023-05-01 18:20:29 -04:00
Zach Daniel
6ec1d73844 chore: no oban pro in CI for now 2023-05-01 18:20:08 -04:00
Zach Daniel
db9285f710 docs: explain oban pro 2023-05-01 18:15:50 -04:00
Zach Daniel
6b6b49c62a chore: get rid of oban_pro dependency 2023-05-01 18:13:09 -04:00
Zach Daniel
0b1942b1d0 fix: add_error/1 does not exist 2023-05-01 18:10:41 -04:00
Zach Daniel
44bfe10358 improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
Zach Daniel
cc5e0e01f3 fix: insert_all/1 not insert_all!/1 2023-05-01 11:00:17 -04:00
Zach Daniel
72c294bfbe docs: remove docs caveat 2023-04-28 14:10:35 -04:00
Zach Daniel
494248dc6a chore: remove oban_web 2023-04-28 14:07:51 -04:00
Zach Daniel
1b280ba079 chore: update changelog 2023-04-28 14:04:49 -04:00
Zach Daniel
0a1bc671be chore: release version v0.1.0 2023-04-28 14:04:28 -04:00
Zach Daniel
23f3055fa7 chore: docs/setup for release 2023-04-28 14:03:29 -04:00