Skip to content

Commit

Permalink
Remove leftover clean:events rake task invocation (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geesu authored Sep 30, 2024
1 parent 8f156ce commit fae6f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "graphql-anycable"
namespace :graphql do
namespace :anycable do
desc "Clean up stale graphql channels, subscriptions, and events from redis"
task clean: %i[clean:channels clean:subscriptions clean:events clean:fingerprint_subscriptions clean:topic_fingerprints]
task clean: %i[clean:channels clean:subscriptions clean:fingerprint_subscriptions clean:topic_fingerprints]

namespace :clean do
# Clean up old channels
Expand Down

0 comments on commit fae6f96

Please sign in to comment.