Recurring job should run on each worker

Each of our hangfire server nodes has an in-memory cache, which we want to fill every few minutes with data from an external service.

This is not a “shared” cache, each server node has it’s own cache.

Is it possible to set up a recurring job which will run on each server?