background tasks are a newer pattern in prefect which is similar to
Celery in nature, ie
you have some webapp and it backgrounds requests to some workers that you can horizontally scale (
examples)
if you're just getting started with prefect I'd encourage you check out the more traditional
docs on running tasks concurrently