Skip to content

0.1.9

Compare
Choose a tag to compare
@BenB196 BenB196 released this 19 Oct 15:25
· 101 commits to master since this release
ac640a5

Release v0.1.9

  • [Enhancement/Bug] - Rewrote how in progress queries and last completed query are written to disk. This should provide a more accurate record of the state of the application, while reducing bugs with slices changing mid way through. (Issue #59 / Issue #38)
  • [Bug] - Fixed handling of POST: 504 Gateway Timeout, these failures should be retried. (Issue #62)
  • [Bug] - Fixed issue where retry queries would retry instantly, this would almost always trigger the max queries per minute. Now before the query is retried, it will sleep for the query interval value. (Issue #63)
  • [Enhancement] - Increased logstash output timeout to 5 minutes up from 30 seconds. (Issue #64)
  • [Bug] - Fixed issue where retry count was not properly incrementing. (Issue #65)