backie/docs/content/_index.md
Pmarquez 8b6e5c19b8
Docs site (#82)
* init static site

* add index

* changes footer

* remove search

* add docs workflows

* remove unused pages

* remove commit step

* README and CHANGELOG added, also fix cron typo

* Sorry ayrat my bad xd

* little glitch

* fix base url

* dates modify

* fix authors

* change structure

* don't remove docs :]

* remove rust code for static site

* copy recursively

* add random attribute

* remove submodules

* more fixes

* master branch

* CHANGELOG AND README update automated

* fix ref

* Icons may be work ?

* fix deploy bug

* i think fix the deploy bug

* gitignore README and CHANGELOG

* delete -f

* delete desc

* delete lead

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-09-07 19:24:17 +03:00

1.2 KiB

+++ title = "FANG"

The homepage contents

[extra] lead = 'Fang is a background task processing for Rust. It uses Postgres DB as a task queue.'

url = "/docs/readme"

url_button = "Get started" repo_version = "GitHub v0.9.0" repo_license = "Open-source MIT License." repo_url = "https://github.com/ayrat555/fang"

Menu items

extra.menu.main name = "README" section = "docs" url = "/docs/readme" weight = 10

extra.menu.main name = "CHANGELOG" section = "docs" url = "/docs/changelog"

extra.menu.main name = "Blog" section = "blog" url = "/blog/" weight = 20

extra.list title = "Async and threaded workers" content = 'Workers can be started in threads (threaded workers) or tokio tasks (async workers)'

extra.list title = "Scheduled tasks" content = 'Tasks can be scheduled at any time in the future'

extra.list title = "Periodic (CRON) tasks" content = 'Tasks can be scheduled using cron expressions'

extra.list title = "Unique tasks" content = 'Tasks are not duplicated in the queue if they are unique'

extra.list title = "Single-purpose workers" content = 'Tasks are stored in a single table but workers can execute only tasks of the specific type' +++