Exq.Worker.Server.handle_cast

You're seeing just the function handle_cast, go back to Exq.Worker.Server module for more information.

Kickoff work associated with worker.

This step handles:

  • Parsing of JSON object
  • Preparation of target module

Calls :dispatch to then call target module.