Select the types of activity you want to include in your feed.
1DROP FUNCTION IF EXISTS apalis.push_job( 2 job_type text, 3 job json, 4 job_id text, 5 status text, 6 run_at timestamptz, 7 max_attempts integer 8);