Factory function type for creating jobs from JSON
typedef JobFactory = QueueJob Function(Map<String, dynamic> json);