feat: clean up old instances automatically

This commit is contained in:
insects 2025-03-12 14:08:04 +01:00
parent 5aa5fe0f5a
commit 070ffa8eeb
8 changed files with 85 additions and 42 deletions

View file

@ -0,0 +1,7 @@
require "test_helper"
class InstanceCleanupJobTest < ActiveJob::TestCase
# test "the truth" do
# assert true
# end
end