bsp-longs-and-jobs

star 9

Use this skill when the agent needs to run a long-running server operation in the background without blocking the managed-form UI, attach a progress reporter or a completion callback to a background job, run a server function in a background job and obtain its return value, cancel or query the status of a background job, schedule a recurring background task (cron-like) at a specific schedule, programmatically add, find, modify, enable, disable, or delete a scheduled job, or migrate synchronous code paths that freeze the client to an asynchronous background-job pattern. Do not use for synchronous one-shot helper calls (delegate to bsp-base-common), for interprocess job orchestration outside the platform job queue, or for application-level task routing (delegate to bsp-bp-tasks).

brake71 By brake71 schedule Updated 6/7/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/brake71/1c-ssl-skills --skill bsp-longs-and-jobs
Repository Details
star Stars 9
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator