Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@OriHoch OriHoch released this 30 Nov 09:24
· 51 commits to master since this release

Changelog

data pipelines

upload via email monitoring and alerts

  • added monitoring service which checks the pipelines status every 20 seconds
  • the following notifications are sent to Hasadna slack channel odata-notifications:
    • failure - for the first failure only
    • succeeded - for the first success after the last error
    • created datasets - with links to the created datasets
    • processed messages - messages were processed but no datasets were created
  • the details of each event are in a json file which is attached to the message
  • all json files can be browsed here - https://pipelines.odata.org.il/ckan/data/pipelines/upload_via_email/errors/ (requires authorization)

Minor changes / bug-fixes