Skip to content

Releases: pcelvng/task-tools

0.17.2

02 Apr 22:25
20f6c03
Compare
Choose a tag to compare

sql-readx

  • Add templating for read queries

0.17.1

12 Mar 18:53
fb1caa8
Compare
Choose a tag to compare
  • recap: read day & hour from map query params

  • flowlord: add /refresh to reload workflows

  • Update tmpl.InfoTime to support map values

0.17.0

05 Mar 17:31
b9a5a34
Compare
Choose a tag to compare
  • 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

03 Mar 21:32
5b9f125
Compare
Choose a tag to compare
  • switch to scanner to avoid empty lines

0.16.3

02 Mar 22:15
ffcda64
Compare
Choose a tag to compare
  • fixed a few bugs with sql-load field mapping
  • update tests (sql-load)
  • moved to glob file reader (sql-load)

0.16.2

24 Feb 18:13
832581e
Compare
Choose a tag to compare
  • optimized sql-load processing with go routines

0.16.1

19 Feb 21:31
a45e20e
Compare
Choose a tag to compare
  • updated sql-load to use cached_insert param,
  • moved rand.Seed into app init func
  • added sql-load readme.md

0.16.0

19 Feb 18:51
56e80c6
Compare
Choose a tag to compare
  • 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

08 Feb 14:35
7530fe0
Compare
Choose a tag to compare
  • used connect method instead of open to ping database
  • fixed bug where readx would crash because meta was not initialized

0.15.2

05 Feb 15:54
78e358c
Compare
Choose a tag to compare
  • 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