Jose Juan Montiel
Jose Juan Montiel
Following with comments in https://github.com/ajvb/kala/pull/245 this PR has cherry-pick the code and adding test (and now with https://github.com/ajvb/kala/pull/249 merged) should pass (the lint)
Test for check deleted job still running... the https://github.com/ajvb/kala/pull/245
If you could consider interesting, we could implement 2 endpoints 1. liveness only to check the servicess is up 2. readyness check the database connection is up and running What...
Hi, we have a big git, with multiple branch (one per issue) and we make multiple merge over issue branch and "master"... maybe we make 200 branchs and maybe 500...
The code inside cmd/jobber.go func writeResults(jobID string, task *Task, ttl time.Duration, rows *sql.Rows, jobber *Jobber) (int64, error) { ``` for rows.Next() { if err := rows.Scan(resPointers...); err != nil {...
Hi, i'm playing with sql-jobber ... and asking if could be interesting adding new drivers https://github.com/sijms/go-ora _ "github.com/sijms/go-ora/v2" // sql.Open("oracle", "oracle://OT:yourpassword@localhost/XE") https://github.com/mithrandie/csvq-driver _ "github.com/mithrandie/csvq-driver" // sql.Open("csvq", "/path/to/data/directory") And even.. https://pkg.go.dev/cloud.google.com/go/bigquery...
I think could be interesting use something like [fsnotify](https://github.com/fsnotify/fsnotify) to watch changes in sql file (when debugging or running outside the build... i need to try all the options) but...
As comented in [this issue](https://github.com/knadh/sql-jobber/issues/18) here we can discuss options to implements new drivers (or plugins) in a fancy way that could select and reduce (in the build) dependencies, mantaining...
Hi! Take my question as newby in this library :) ... i was playing with postgres and nats ... replication works in the slave postgres, but i can`t see logs...