Support for convenient meta updates #1202
Labels
area:oss
Related to Oban OSS
kind:enhancement
New feature or request
note:discussion
Details or approval are up for discussion
We have many long-running jobs that spawn sub-jobs. We would like to track the spawning progress at a low cost and are wondering if the meta is a good place to record progress and other helpful information.
Currently, Oban does not have any top-level mechanism to update meta. I know that pure Ecto can be used for updates, but it seems to me that a helper built into Oban itself would be a much more elegant solution encapsulating the configuration, with no direct reference to a specific Oban repo:
Using meta along with Oban.Web would significantly improve observability and be very helpful in debugging potential issues in our case.
I would be happy to take on the task of adding such a helper, with your guidance and assistance.
The text was updated successfully, but these errors were encountered: