profiling, better concurrency heuristics

This commit is contained in:
Jacky Zhao 2023-08-09 00:26:33 -07:00
parent 68ccd1d79d
commit cea6834fef
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]]