profiling, better concurrency heuristics

This commit is contained in:
Jacky Zhao
2023-08-09 00:26:33 -07:00
parent 486bd9358c
commit 1b37945b13
4 changed files with 9 additions and 6 deletions

View File

@ -2,7 +2,7 @@
title: Making your own plugins
---
This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
This part of the documentation will assume you have some basic coding knowledge in TypeScript and will include code snippets that describe the interface of what Quartz plugins should look like.
![[quartz-transform-pipeline.png]]