Skip to content

Commit

Permalink
Merge pull request #4426 from santiment/remove-old-postgres-index
Browse files Browse the repository at this point in the history
remove old postgres index job
  • Loading branch information
tspenov authored Oct 16, 2024
2 parents 2c613a0 + 8e9c139 commit d5df13a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/scheduler_config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ config :sanbase, Sanbase.Scrapers.Scheduler,
schedule: "9-59/10 * * * *",
task: {Sanbase.Billing.Subscription.NFTSubscription, :run, []}
],
manage_postgres_index: [
schedule: "15 * * * *",
task: {Sanbase.DiscordBot.AiServer, :manage_postgres_index, []}
],
manage_postgres_index2: [
schedule: "10 * * * *",
task: {Sanbase.DiscordBot.AiServer, :manage_postgres_index2, []}
Expand Down

0 comments on commit d5df13a

Please sign in to comment.