Daily jobs, support for tags, bug fixing
- Adds a new scheduled job that aggregates the number of builds per day. To run it, start the Backend with the
--scheduled
option:
command: ["./XCMetricsBackend",
"queues",
"--scheduled",
"--env",
"production"]
- Fixes the issue #62 where Tags and Hardware information were not being saved
- Adds a new
truncateLargeIssues
flag to the client to truncate the number of issues reported per task to 100. Useful to save database space and fix memory issues in the Backend