ubicloud/spec
Enes Cakir 11a256bb65 Check cache usage in repository nexus as first step
The repository nexus checks two things in the `wait` state: queued jobs
and cache usage, in that order. However, since polling jobs is
resource-intensive, it won't poll if no job has been triggered for the
repository in the past 6 hours. This can lead to the cache usage check
being skipped, preventing the cleanup of expired caches after 7 days if
no job has been triggered in that 6-hour window. Therefore, to ensure we
can clean up expired caches, the cache usage check should be prioritized
as the first step in the `wait` state.
2024-09-20 17:28:20 +03:00
..
lib Fix unit test for invoice generator 2024-08-22 14:41:07 +02:00
model LoadBalancerNexus update to reshare certificates 2024-09-12 11:26:45 +02:00
prog Check cache usage in repository nexus as first step 2024-09-20 17:28:20 +03:00
routes Fix GitHub installation configuration URL 2024-09-20 17:26:14 +03:00
scheduling Add create_vm spec helper 2024-06-10 08:53:53 +03:00
serializers Combine all serializers under top level namespace 2024-05-28 21:42:31 +03:00
config_spec.rb Increase Config test coverage and delete unused lines 2023-08-07 01:05:05 +03:00
coverage_helper.rb Parallelize unit tests 2024-03-04 10:39:35 +01:00
db_spec.rb Add test to check that collations of text columns are "C" 2023-08-23 07:19:34 -07:00
resource_methods_spec.rb Discourage using delete method 2023-08-01 11:58:57 +03:00
spec_helper.rb Suppress new spec warnings 2024-07-16 22:06:21 +03:00
ubid_spec.rb Add custom inspect representation for UBID 2024-07-17 09:09:45 +03:00