quirrel-dev / owl

A high-performance, Redis-backed job queueing library originally built for Quirrel. Has an in-memory mode for development use cases.
MIT License
95 stars 10 forks source link

remove-multitenacy #150

Closed Skn0tt closed 3 years ago

Skn0tt commented 3 years ago

This PR removes the concept of tentants from Owl. It was never used in production, made everything more complicated, and generally based on false assumptions. Let's roll back :)

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1038301278

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/shared/stale-checker.ts 22 24 91.67%
<!-- Total: 74 76 97.37% -->
Files with Coverage Reduction New Missed Lines %
src/producer/producer.ts 1 90.85%
src/shared/tracer.ts 2 86.67%
src/redis-commands.ts 3 75.0%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 966805250: -0.5%
Covered Lines: 437
Relevant Lines: 464

💛 - Coveralls