Effect CommunityEC
Effect Community2mo ago
4 replies
David

Removed `ClusterCron`s Still Attempting to Run

When we were testing Cluster, we added 2 ClusterCrons that just logged some stuff. We have since removed them, but im now still seeing attempts to run those, how should a cronjob be completely removed?
[14:14:10.566] WARN (#29): Could not find entity manager for address, retrying
  address: EntityAddress {
    shardId: ShardId {
      group: 'default',
      id: 73,
      [Symbol(@effect/cluster/ShardId)]: Symbol(@effect/cluster/ShardId)
    },
    entityType: 'ClusterCron/test-cluster-cronjob',
    entityId: '2025-11-10T20:30:00.000Z',
    [Symbol(@effect/cluster/EntityAddress)]: Symbol(@effect/cluster/EntityAddress)
  }
  runner: RunnerAddress(172.31.8.112:4105)
  fiber: Storage read loop
  module: Sharding
  package: @effect/cluster
Was this page helpful?