mealie-recipes / mealie

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://docs.mealie.io
GNU Affero General Public License v3.0
6.77k stars 698 forks source link

chore: Remove Server Tasks #3592

Closed michael-genson closed 4 months ago

michael-genson commented 4 months ago

What type of PR is this?

(REQUIRED)

What this PR does / why we need it:

(REQUIRED)

Removes all mentions of the old server tasks API, except for the database model. I left the database model because otherwise Alembic migrations are going to whine about it, though I added a comment.

Which issue(s) this PR fixes:

(REQUIRED)

Mentioned in https://github.com/mealie-recipes/mealie/discussions/3442