blueprints fixup
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
		| @ -44,7 +44,10 @@ class ApplyBlueprintMetaSerializer(PassiveSerializer): | ||||
|             return MetaResult() | ||||
|         LOGGER.debug("Applying blueprint from meta model", blueprint=self.blueprint_instance) | ||||
|  | ||||
|         apply_blueprint(self.blueprint_instance.pk) | ||||
|         apply_blueprint.send_with_options( | ||||
|             args=(self.blueprint_instance.pk,), | ||||
|             rel_obj=self.blueprint_instance, | ||||
|         ).get_result(block=True) | ||||
|         return MetaResult() | ||||
|  | ||||
|  | ||||
|  | ||||
| @ -1,6 +1,5 @@ | ||||
| from typing import Any | ||||
|  | ||||
| from dramatiq import get_logger | ||||
| from dramatiq.broker import Broker | ||||
| from dramatiq.message import Message | ||||
| from dramatiq.middleware import Middleware | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Marc 'risson' Schmitt
					Marc 'risson' Schmitt