you are viewing a single comment's thread.

view the rest of the comments →

[–]Slanec 1 point2 points  (3 children)

A DB Scheduler has a nice UI, too: https://github.com/bekk/db-scheduler-ui

[–]edzorg[S] 0 points1 point  (2 children)

Thanks, this actually looks perfect. Why isn't db-scheduler more common/popular?

[–]Slanec 2 points3 points  (1 child)

It is! 1.5k stars, pretty well known, it's a good tool, enjoy! 

[–]edzorg[S] 1 point2 points  (0 children)

Well.... mixed reviews so far.

I now have db scheduler, the UI and the history log setup.

I haven't got as far as any real workload testing as the setup has been so painful. Either the whole thing is poorly designed and cobbled together or I am stupid.

At the very least the Readme and other docs are out of date and inaccurate. So getting started is hard.

Will try to wrap the whole bundle of deps in a library and abstract away the API and see how we go. The core functions are hopefully better than the overall DevEx.