Releases: pcelvng/task-tools
Releases · pcelvng/task-tools
0.17.2
sql-readx
- Add templating for read queries
0.17.1
-
recap: read day & hour from map query params
-
flowlord: add /refresh to reload workflows
-
Update tmpl.InfoTime to support map values
0.17.0
- added a retry_delay to flowlord to delay the starting of retry tasks
- updated a bug in sql-load that cause a task to fail if there wasn't any data to load.
0.16.4
- switch to scanner to avoid empty lines
0.16.3
- fixed a few bugs with sql-load field mapping
- update tests (sql-load)
- moved to glob file reader (sql-load)
0.16.2
- optimized sql-load processing with go routines
0.16.1
- updated sql-load to use
cached_insert
param,
- moved rand.Seed into app init func
- added sql-load readme.md
0.16.0
- added a new exec_query option to the sql-load app
- this will build a query string instead of using the batch loader for improved insert times
- this allows for multiple workers to insert concurrently
0.15.3
- used connect method instead of open to ping database
- fixed bug where readx would crash because meta was not initialized
0.15.2
- small bug fix for have sql-readx use the transaction object on exec
- added the query run time to the meta data for sql-readx exec commands