Skip to content

Commit 0d86b40

Browse files
authored
Add note about approval for non-WebSocket communication
1 parent 974c554 commit 0d86b40

File tree

1 file changed

+2
-0
lines changed
  • pydis_site/templates/events/pages/code-jams/9

1 file changed

+2
-0
lines changed

pydis_site/templates/events/pages/code-jams/9/rules.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
2121
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
2222
</p>
23+
24+
<p>If you're interested in utilizing a particular non-WebSocket method of communication, reach out to the Events Team for discussion and approval</p>
2325
</li>
2426
<li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li>
2527
<li>

0 commit comments

Comments
 (0)