Top "Jobs" questions

A job is a process executing in the background, or scheduled for later execution.

How could I dispatch one job from another in Laravel

Trait method dispatch has not been applied, because there are collisions with other trait methods on I'm always getting the …

laravel traits jobs laravel-queue laravel-jobs
testing using Resque with Rspec examples?

I am processing my background jobs using Resque. My model looks like this class SomeClass ... repo = Repo.find(params[:repo_…

ruby-on-rails background jobs resque
Scheduling Jobs with JobScheduler in Android

I have a problem with jobs schedules with JobScheduler in new Android API 21. This is the code what I schedule …

android task scheduling jobs android-jobscheduler
Retrieve result from 'task_id' in Celery from unknown task

How do I pull the result of a task if I do not know previously which task was performed? Here's …

python celery jobs celery-task